From 214564b240fd2f54203bec72551af130ca3b4a92 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Mar 2021 09:35:45 +0100 Subject: FromFile indexer: Fix prototype --- libcrystfel/src/indexers/fromfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/indexers') 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 */ -- cgit v1.2.3