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/H5Dprivate.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/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index 149de5e..917e001 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -34,11 +34,11 @@ #define H5D_MINHDR_SIZE 512 /*-----------------_-- Local function prototypes ----------------------------*/ -hatom_t H5D_create(hatom_t owner_id, hobjtype_t type, const char *name); -hatom_t H5D_access_by_name (hatom_t owner_id, const char *name); -hatom_t H5D_find_name(hatom_t owner_id, hobjtype_t type, const char *name); -herr_t H5D_flush(hatom_t oid); -herr_t H5D_release(hatom_t oid); +hid_t H5D_create(hid_t owner_id, hobjtype_t type, const char *name); +hid_t H5D_access_by_name (hid_t owner_id, const char *name); +hid_t H5D_find_name(hid_t owner_id, hobjtype_t type, const char *name); +herr_t H5D_flush(hid_t oid); +herr_t H5D_release(hid_t oid); /* in H5Dconv.c */ herr_t H5D_convert_buf(void *dst,const void *src,uintn len,uintn size); |