From 559fea891a8657470fbe629a123a3467d1191a53 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 18 Jun 2018 15:06:25 +0200 Subject: Add extern --- libcrystfel/src/xgandalf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libcrystfel/src/xgandalf.h b/libcrystfel/src/xgandalf.h index 3e1f0b2c..51660bb0 100644 --- a/libcrystfel/src/xgandalf.h +++ b/libcrystfel/src/xgandalf.h @@ -24,13 +24,13 @@ struct xgandalf_options { #include #include "index.h" -int run_xgandalf(struct image *image, void *ipriv); +extern int run_xgandalf(struct image *image, void *ipriv); -void *xgandalf_prepare(IndexingMethod *indm, UnitCell *cell, - struct xgandalf_options *xgandalf_opts); +extern void *xgandalf_prepare(IndexingMethod *indm, UnitCell *cell, + struct xgandalf_options *xgandalf_opts); -void xgandalf_cleanup(void *pp); +extern void xgandalf_cleanup(void *pp); +extern const char *xgandalf_probe(UnitCell *cell); -const char *xgandalf_probe(UnitCell *cell); #endif /* LIBCRYSTFEL_SRC_XGANDALF_H */ -- cgit v1.2.3