From 9530a39509e7ff61ba091766978b0e201f88c993 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 23 Sep 2019 15:17:25 +0200 Subject: Remove private option structures from iargs --- libcrystfel/src/taketwo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcrystfel/src/taketwo.h') diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h index c489228f..b1479faa 100644 --- a/libcrystfel/src/taketwo.h +++ b/libcrystfel/src/taketwo.h @@ -41,10 +41,10 @@ typedef struct taketwo_options TakeTwoOptions; extern struct argp taketwo_argp; -extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell); +extern void *taketwo_prepare(IndexingMethod *indm, struct taketwo_options *opts, + UnitCell *cell); extern const char *taketwo_probe(UnitCell *cell); -extern int taketwo_index(struct image *image, - const struct taketwo_options *opts, void *priv); +extern int taketwo_index(struct image *image, void *priv); extern void taketwo_cleanup(IndexingPrivate *pp); #endif /* TAKETWO_H */ -- cgit v1.2.3