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 375a54e5..caff07c5 100644
--- a/libcrystfel/src/indexers/fromfile.h
+++ b/libcrystfel/src/indexers/fromfile.h
@@ -36,7 +36,7 @@
#include "image.h"
-extern int fromfile_default_options(FromFileOptions **opts_ptr);
+extern int fromfile_default_options(struct fromfile_options **opts_ptr);
extern void *fromfile_prepare(IndexingMethod *indm,
struct fromfile_options *opts);
extern int fromfile_index(struct image *image, void *mpriv);