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 35f7cbe3..4c06e334 100644
--- a/libcrystfel/src/taketwo.h
+++ b/libcrystfel/src/taketwo.h
@@ -33,9 +33,9 @@
#include "cell.h"
-extern IndexingPrivate *taketwo_prepare(IndexingMethod *indm, UnitCell *cell,
- struct detector *det, float *ltl);
-extern int taketwo_index(struct image *image, IndexingPrivate *ipriv);
+extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell,
+ struct detector *det, float *ltl);
+extern int taketwo_index(struct image *image, void *priv);
extern void taketwo_cleanup(IndexingPrivate *pp);
#endif /* TAKETWO_H */