aboutsummaryrefslogtreecommitdiff
path: root/src/index-priv.h
blob: 3d8c8a2281e9b1acb013fc2632077e5f14cc6b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * index-priv.h
 *
 * Indexing private data
 *
 * (c) 2006-2010 Thomas White <taw@physics.org>
 *
 * Part of CrystFEL - crystallography with a FEL
 *
 */


#ifndef INDEXPRIV_H
#define INDEXPRIV_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif


#include "index.h"

struct _indexingprivate
{
	IndexingMethod indm;
};


#endif	/* INDEXPRIV_H */