diff options
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r-- | src/H5Gprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h index 7a92c08..fe32237 100644 --- a/src/H5Gprivate.h +++ b/src/H5Gprivate.h @@ -196,4 +196,7 @@ __DLL__ herr_t H5G_replace_name( int type, H5G_entry_t *loc, const char *src_na const char *dst_name, int op ); __DLL__ herr_t H5G_insert_name( H5G_entry_t *loc, H5G_entry_t *obj, const char *name); __DLL__ herr_t H5G_ent_copy( const H5G_entry_t *src, H5G_entry_t *dst ); +/*Free the ID to name buffer */ +__DLL__ herr_t H5G_free_grp_name(H5G_t *grp); +__DLL__ herr_t H5G_free_ent_name(H5G_entry_t *ent); #endif |