aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-cbf.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-05 11:36:22 +0200
committerThomas White <taw@physics.org>2023-05-05 11:51:09 +0200
commitd8e17d6154ce644449ad5979eb6846e9e9816f6e (patch)
treeaae2cc870ca3f7c0e3bcc1a8aa0de0ac4f7b3e38 /libcrystfel/src/image-cbf.h
parent309b65d75993abbc9804b392117baea3a1101e3a (diff)
Move is_{hdf5,cbf,cbfgz}_file() to image.c
This also improves is_hdf5_file() to use the proper file signature, not just the extension. See 9040220452a9cc02706159c21c78e43b374446cf.
Diffstat (limited to 'libcrystfel/src/image-cbf.h')
-rw-r--r--libcrystfel/src/image-cbf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcrystfel/src/image-cbf.h b/libcrystfel/src/image-cbf.h
index 5eca1062..44f682f1 100644
--- a/libcrystfel/src/image-cbf.h
+++ b/libcrystfel/src/image-cbf.h
@@ -34,10 +34,6 @@
#include "datatemplate_priv.h"
-extern signed int is_cbf_file(const char *filename);
-
-extern signed int is_cbfgz_file(const char *filename);
-
extern int load_mask_cbf(struct panel_template *p,
const char *filename, const char *event,
int gz, int *bad, int mask_good, int mask_bad);