diff options
Diffstat (limited to 'libcrystfel/src/mosflm.h')
-rw-r--r-- | libcrystfel/src/mosflm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h index ba1eb73d..1d296cb7 100644 --- a/libcrystfel/src/mosflm.h +++ b/libcrystfel/src/mosflm.h @@ -35,10 +35,10 @@ #include <config.h> #endif -#include "utils.h" +#include "index.h" -extern void run_mosflm(struct image *image, UnitCell *cell); +extern int run_mosflm(struct image *image, IndexingPrivate *ipriv); #endif /* MOSFLM_H */ |