aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/pinkindexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/indexers/pinkindexer.h')
-rw-r--r--libcrystfel/src/indexers/pinkindexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/indexers/pinkindexer.h b/libcrystfel/src/indexers/pinkindexer.h
index 122bac87..c75b5551 100644
--- a/libcrystfel/src/indexers/pinkindexer.h
+++ b/libcrystfel/src/indexers/pinkindexer.h
@@ -35,13 +35,13 @@
#include "index.h"
#include "datatemplate.h"
-extern int pinkIndexer_default_options(PinkIndexerOptions **opts_ptr);
+extern int pinkIndexer_default_options(struct pinkindexer_options **opts_ptr);
extern int run_pinkIndexer(struct image *image, void *ipriv, int n_threads);
extern void *pinkIndexer_prepare(IndexingMethod *indm,
UnitCell *cell,
- struct pinkIndexer_options *pinkIndexer_opts,
+ struct pinkindexer_options *pinkIndexer_opts,
double wavelength_estimate,
double clen_estimate);