aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-22 09:35:45 +0100
committerThomas White <taw@physics.org>2021-03-22 09:35:45 +0100
commit214564b240fd2f54203bec72551af130ca3b4a92 (patch)
tree31396e91b5567821cde4a393e813073e16f21612 /libcrystfel/src/indexers
parent6a4d681da9ac355b3b8d73861a6dcb5bc42ef2ba (diff)
FromFile indexer: Fix prototype
Diffstat (limited to 'libcrystfel/src/indexers')
-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 */