aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/asdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/indexers/asdf.h')
-rw-r--r--libcrystfel/src/indexers/asdf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libcrystfel/src/indexers/asdf.h b/libcrystfel/src/indexers/asdf.h
index 98095e3c..a382b05d 100644
--- a/libcrystfel/src/indexers/asdf.h
+++ b/libcrystfel/src/indexers/asdf.h
@@ -31,6 +31,7 @@
#ifndef ASDF_H
#define ASDF_H
+#include <argp.h>
#include "index.h"
#ifdef __cplusplus
@@ -43,8 +44,10 @@ extern "C" {
*/
extern int run_asdf(struct image *image, void *ipriv);
+extern int asdf_default_options(struct asdf_options **opts_ptr);
-extern void *asdf_prepare(IndexingMethod *indm, UnitCell *cell);
+extern void *asdf_prepare(IndexingMethod *indm, UnitCell *cell,
+ struct asdf_options *asdf_opts);
extern const char *asdf_probe(UnitCell *cell);
extern void asdf_cleanup(void *pp);