aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r--libcrystfel/src/image-hdf5.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libcrystfel/src/image-hdf5.h b/libcrystfel/src/image-hdf5.h
index 4c36cf89..239bb20d 100644
--- a/libcrystfel/src/image-hdf5.h
+++ b/libcrystfel/src/image-hdf5.h
@@ -34,10 +34,8 @@
#include "datatemplate_priv.h"
-extern double image_hdf5_get_value(const char *from,
- const char *filename,
- const char *ev,
- char *type);
+extern int image_hdf5_read_header_to_cache(struct image *image,
+ const char *name);
extern int image_hdf5_read(struct image *image,
const DataTemplate *dtempl,