aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index fa0de15f..c288d4cd 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -21,4 +21,6 @@
extern int hdf5_write(const char *filename, const uint16_t *data,
int width, int height);
+extern int hdf5_read(struct image *image, const char *filename);
+
#endif /* HDF5_H */