aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/taketwo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/taketwo.h')
-rw-r--r--libcrystfel/src/taketwo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h
index a03292a8..6c9d7513 100644
--- a/libcrystfel/src/taketwo.h
+++ b/libcrystfel/src/taketwo.h
@@ -45,7 +45,8 @@ struct taketwo_options
extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell,
struct detector *det, float *ltl);
-extern int taketwo_index(struct image *image, struct taketwo_options *opts, void *priv);
+extern int taketwo_index(struct image *image,
+ const struct taketwo_options *opts, void *priv);
extern void taketwo_cleanup(IndexingPrivate *pp);
#endif /* TAKETWO_H */