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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h
index c489228f..b1479faa 100644
--- a/libcrystfel/src/taketwo.h
+++ b/libcrystfel/src/taketwo.h
@@ -41,10 +41,10 @@
typedef struct taketwo_options TakeTwoOptions;
extern struct argp taketwo_argp;
-extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell);
+extern void *taketwo_prepare(IndexingMethod *indm, struct taketwo_options *opts,
+ UnitCell *cell);
extern const char *taketwo_probe(UnitCell *cell);
-extern int taketwo_index(struct image *image,
- const struct taketwo_options *opts, void *priv);
+extern int taketwo_index(struct image *image, void *priv);
extern void taketwo_cleanup(IndexingPrivate *pp);
#endif /* TAKETWO_H */