diff options
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r-- | src/H5Tpublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index e3b6248..4b76131 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -401,6 +401,10 @@ __DLL__ hid_t H5Tenum_nameof(hid_t type, void *value, char *name/*out*/, __DLL__ hid_t H5Tenum_valueof(hid_t type, const char *name, void *value/*out*/); +/* Operations defined on opaque data types */ +__DLL__ herr_t H5Tset_tag(hid_t type, const char *tag); +__DLL__ char *H5Tget_tag(hid_t type); + /* Querying property values */ __DLL__ hid_t H5Tget_super(hid_t type); __DLL__ H5T_class_t H5Tget_class(hid_t type_id); |