From f5dab4ce7e8aea035ee25ca8f818e5779eb88726 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Oct 2009 16:22:44 +0200 Subject: Read image and generate templates --- src/hdf5-file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hdf5-file.h') 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 */ -- cgit v1.2.3