From 75509bd121ef3cff9fbfd9c0aa4f4ff28262c010 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 7 Oct 2015 15:05:29 +0200 Subject: Fix extern / fussiness --- libcrystfel/src/detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/detector.c') diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index ae70e406..99526ff9 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -2210,7 +2210,7 @@ void mark_resolution_range_as_bad(struct image *image, } -extern int single_panel_data_source(struct detector *det, const char *element) +int single_panel_data_source(struct detector *det, const char *element) { int pi; char *first_datafrom = NULL; -- cgit v1.2.3