diff options
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r-- | src/hdf5-file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h index 1e00a8d1..0d1dbc48 100644 --- a/src/hdf5-file.h +++ b/src/hdf5-file.h @@ -36,8 +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 char **hdfile_read_group(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); |