diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 16:22:44 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 16:22:44 +0200 |
commit | f5dab4ce7e8aea035ee25ca8f818e5779eb88726 (patch) | |
tree | 9a491c7963e145c1d995acaddaed0dc6f21c5ae7 /src/hdf5-file.h | |
parent | a5289c2bbfdc7a04fc3f44b0cead930a2740394b (diff) |
Read image and generate templates
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r-- | src/hdf5-file.h | 2 |
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 */ |