aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/fromfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/indexers/fromfile.h')
-rw-r--r--libcrystfel/src/indexers/fromfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/indexers/fromfile.h b/libcrystfel/src/indexers/fromfile.h
index 5f1d24d9..35f885f5 100644
--- a/libcrystfel/src/indexers/fromfile.h
+++ b/libcrystfel/src/indexers/fromfile.h
@@ -37,7 +37,7 @@
extern int fromfile_default_options(FromFileOptions **opts_ptr);
extern void *fromfile_prepare(IndexingMethod *indm,
struct fromfile_options *opts);
-extern int fromfile_index(struct image *image, void *mpriv, int crystal_number);
+extern int fromfile_index(struct image *image, void *mpriv);
extern void fromfile_cleanup(void *mpriv);
#endif /* FROMFILE_H */