diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-24 15:32:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-24 15:32:46 (GMT) |
commit | de68722fb97bdbd063224bcbb984bed32ba8c27e (patch) | |
tree | f5084fa68977d4a0130bea45bd997d6b46be416d /src/H5Dpublic.h | |
parent | 5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (diff) | |
download | hdf5-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/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 6603d55..ba10161 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -28,10 +28,10 @@ extern "C" { #endif /* Functions in H5D.c */ -herr_t H5Dset_info(hatom_t oid, hatom_t tid, hatom_t did); -herr_t H5Dget_info(hatom_t oid, hatom_t *tid, hatom_t *sid); -herr_t H5Dwrite(hatom_t oid, hatom_t did, VOIDP buf); -herr_t H5Dread(hatom_t oid, hatom_t did, VOIDP buf); +herr_t H5Dset_info(hid_t oid, hid_t tid, hid_t did); +herr_t H5Dget_info(hid_t oid, hid_t *tid, hid_t *sid); +herr_t H5Dwrite(hid_t oid, hid_t did, VOIDP buf); +herr_t H5Dread(hid_t oid, hid_t did, VOIDP buf); void H5D_term_interface (void); #ifdef __cplusplus |