diff options
Diffstat (limited to 'src/H5Cpublic.h')
-rw-r--r-- | src/H5Cpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index ed7c777..0a8c8c0 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -45,8 +45,8 @@ typedef enum { typedef group_t hobjtype_t; /* Map the object in the "meta" interface to atom groups */ /* Functions in H5C.c */ -herr_t H5Cgetparm(hatom_t tid, file_create_param_t parm, VOIDP buf); -herr_t H5Csetparm(hatom_t tid, file_create_param_t parm, const VOIDP buf); +herr_t H5Cgetparm(hid_t tid, file_create_param_t parm, VOIDP buf); +herr_t H5Csetparm(hid_t tid, file_create_param_t parm, const VOIDP buf); void H5C_term_interface (void); #ifdef __cplusplus |