diff options
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r-- | src/H5Cprivate.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h index 6551d10..675fba6 100644 --- a/src/H5Cprivate.h +++ b/src/H5Cprivate.h @@ -43,10 +43,10 @@ 0 /* unused */ \ } -hatom_t H5C_create(hatom_t owner_id, hobjtype_t type, const char *name); -hatom_t H5C_copy(hatom_t tid); -herr_t H5C_release(hatom_t oid); -hatom_t H5C_get_default_atom(hobjtype_t type); -herr_t H5C_init(hatom_t dst_atm, const file_create_temp_t *src); +hid_t H5C_create(hid_t owner_id, hobjtype_t type, const char *name); +hid_t H5C_copy(hid_t tid); +herr_t H5C_release(hid_t oid); +hid_t H5C_get_default_atom(hobjtype_t type); +herr_t H5C_init(hid_t dst_atm, const file_create_temp_t *src); #endif |