aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index b58c9b53..8f3e0ab7 100644
--- a/src/index.h
+++ b/src/index.h
@@ -51,7 +51,7 @@ extern void map_all_peaks(struct image *image);
extern void index_pattern(struct image *image, UnitCell *cell,
IndexingMethod *indm, int cellr, int verbose,
- IndexingPrivate **priv);
+ IndexingPrivate **priv, int config_insane);
extern void cleanup_indexing(IndexingPrivate **priv);