diff options
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r-- | tools/h5tools.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h index 54017aa..8b5cbfe 100644 --- a/tools/h5tools.h +++ b/tools/h5tools.h @@ -122,6 +122,9 @@ typedef struct h5dump_t { } h5dump_t; -int h5dump(FILE *stream, const h5dump_t *info, hid_t dset, hid_t p_type); +hid_t h5dump_fixtype(hid_t f_type); +int h5dump_dset(FILE *stream, const h5dump_t *info, hid_t dset, hid_t p_type); +int h5dump_mem(FILE *stream, const h5dump_t *info, hid_t type, hid_t space, + void *mem); #endif |