aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-16 16:22:44 +0200
committerThomas White <taw@bitwiz.org.uk>2009-10-16 16:22:44 +0200
commitf5dab4ce7e8aea035ee25ca8f818e5779eb88726 (patch)
tree9a491c7963e145c1d995acaddaed0dc6f21c5ae7 /src/hdf5-file.h
parenta5289c2bbfdc7a04fc3f44b0cead930a2740394b (diff)
Read image and generate templates
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 */