diff options
Diffstat (limited to 'libcrystfel/src/indexers/xgandalf.h')
-rw-r--r-- | libcrystfel/src/indexers/xgandalf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/indexers/xgandalf.h b/libcrystfel/src/indexers/xgandalf.h index 79078410..b43f09ea 100644 --- a/libcrystfel/src/indexers/xgandalf.h +++ b/libcrystfel/src/indexers/xgandalf.h @@ -39,7 +39,7 @@ #include "index.h" -extern int xgandalf_default_options(XGandalfOptions **opts_ptr); +extern int xgandalf_default_options(struct xgandalf_options **opts_ptr); extern int run_xgandalf(struct image *image, void *ipriv); |