summaryrefslogtreecommitdiffstats
path: root/src/H5Cpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-24 15:32:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-24 15:32:46 (GMT)
commitde68722fb97bdbd063224bcbb984bed32ba8c27e (patch)
treef5084fa68977d4a0130bea45bd997d6b46be416d /src/H5Cpublic.h
parent5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (diff)
downloadhdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.zip
hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.gz
hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.bz2
[svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)
Diffstat (limited to 'src/H5Cpublic.h')
-rw-r--r--src/H5Cpublic.h4
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