diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 1c637f47..57373469 100644 --- a/src/index.h +++ b/src/index.h @@ -20,6 +20,7 @@ #include "cell.h" #include "image.h" +#include "detector.h" typedef enum { INDEXING_NONE, @@ -31,7 +32,8 @@ typedef enum { typedef struct _indexingprivate IndexingPrivate; extern IndexingPrivate *prepare_indexing(IndexingMethod indm, UnitCell *cell, - const char *filename); + const char *filename, + struct detector *det); extern void index_pattern(struct image *image, UnitCell *cell, IndexingMethod indm, int no_match, int verbose, |