/* * index-priv.h * * Indexing private data * * (c) 2006-2010 Thomas White * * Part of CrystFEL - crystallography with a FEL * */ #ifndef INDEXPRIV_H #define INDEXPRIV_H #ifdef HAVE_CONFIG_H #include #endif #include "index.h" struct _indexingprivate { IndexingMethod indm; }; #endif /* INDEXPRIV_H */