aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-12-16 23:40:50 -0800
committerThomas White <taw@bitwiz.org.uk>2009-12-16 23:40:50 -0800
commitdf11539ba7f709f4fe71181c09f993b916167e32 (patch)
tree3c4a5f0cc5b9e723dd8a69995688f08afa61cbdd /src/hdf5-file.h
parenta543ce3927194906b4d7b14c3dc36edfe717fdba (diff)
Walk the HDF group tree to find the first image
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index a7e0f89e..1e00a8d1 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -38,6 +38,7 @@ extern int hdfile_get_unbinned_value(struct hdfile *f, int x, int y,
int16_t *val);
extern char **hdfile_walk_tree(struct hdfile *f, int *n, const char *parent,
int **p_is_group, int **p_is_image);
+extern int hdfile_set_first_image(struct hdfile *f, const char *group);
extern void hdfile_close(struct hdfile *f);
#endif /* HDF5_H */