aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-12-16 22:37:19 -0800
committerThomas White <taw@bitwiz.org.uk>2009-12-16 22:37:19 -0800
commit5dc417886b5bb36b43d9354672cfc9e2a2b29512 (patch)
tree2e980b98cd9c3506ab279a2d22680fc9463774f4 /src/hdf5-file.h
parenta372a83f4d1abb6ad6cca90f6ceb108cb4d7664a (diff)
Walk HDF groups to display a menu and switch image
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 7ad3cd25..a7e0f89e 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -36,6 +36,8 @@ extern int16_t *hdfile_get_image_binned(struct hdfile *hdfile,
int binning, int16_t *maxp);
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 void hdfile_close(struct hdfile *f);
#endif /* HDF5_H */