aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-12-20 20:13:00 +0100
committerThomas White <taw@bitwiz.org.uk>2009-12-20 20:13:00 +0100
commit563b05331db465e0e5ef0434de79e2cc06674d63 (patch)
tree51b38dc6958a152e9206c68a322d01316eab26de /src/hdf5-file.h
parent24ce4a9e2becccb6f7e9a15ae29ba57042ce4e2e (diff)
Show values of simple fields in menu
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 0d1dbc48..a212f677 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -41,4 +41,6 @@ extern char **hdfile_read_group(struct hdfile *f, int *n, const char *parent,
extern int hdfile_set_first_image(struct hdfile *f, const char *group);
extern void hdfile_close(struct hdfile *f);
+extern char *hdfile_get_string_value(struct hdfile *f, const char *name);
+
#endif /* HDF5_H */