aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/index.h b/src/index.h
index 26ce1c44..b30db837 100644
--- a/src/index.h
+++ b/src/index.h
@@ -18,6 +18,9 @@
#endif
+#include "cell.h"
+
+
typedef enum {
INDEXING_NONE,
INDEXING_DIRAX,
@@ -25,7 +28,7 @@ typedef enum {
} IndexingMethod;
-extern void index_pattern(struct image *image, IndexingMethod indm,
- int no_match, int verbose);
+extern void index_pattern(struct image *image, UnitCell *cell,
+ IndexingMethod indm, int no_match, int verbose);
#endif /* INDEX_H */