diff options
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r-- | src/H5Tpublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index 3fec470..7e5f8eb 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -485,6 +485,8 @@ H5_DLL htri_t H5Tequal(hid_t type1_id, hid_t type2_id); H5_DLL herr_t H5Tlock(hid_t type_id); H5_DLL herr_t H5Tcommit(hid_t loc_id, const char *name, hid_t type_id); H5_DLL htri_t H5Tcommitted(hid_t type_id); +H5_DLL herr_t H5Tencode(hid_t obj_id, unsigned char* buf, size_t* nalloc); +H5_DLL hid_t H5Tdecode(unsigned char* buf); /* Operations defined on compound datatypes */ H5_DLL herr_t H5Tinsert(hid_t parent_id, const char *name, size_t offset, |