summaryrefslogtreecommitdiffstats
path: root/src/H5Tproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tproto.h')
-rw-r--r--src/H5Tproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tproto.h b/src/H5Tproto.h
index 908445e..b40ac10 100644
--- a/src/H5Tproto.h
+++ b/src/H5Tproto.h
@@ -42,12 +42,12 @@ extern "C"
/* Functions in H5T.c */
hatom_t H5T_create(hatom_t owner_id, hobjtype_t type, const char *name);
+herr_t H5T_release(hatom_t oid);
uint32 H5Tget_num_fields(hatom_t tid);
hbool_t H5Tis_field_atomic(hatom_t tid,uintn fidx);
hbool_t H5Tis_atomic(hatom_t tid);
herr_t H5Tset_type(hatom_t tid,hatom_t base,uint8 len,uint8 arch);
uintn H5Tsize(hatom_t tid, uint8 len, uint8 arch, hbool_t mem_flag);
-herr_t H5T_release(hatom_t oid);
herr_t H5Tadd_field (hatom_t tid, const char *name, hatom_t base, uint8 len,
uint8 arch, hatom_t space);
herr_t H5Tget_fields(hatom_t tid, hatom_t *field_list);