summaryrefslogtreecommitdiffstats
path: root/src/H5Mpublic.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/H5Mpublic.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/H5Mpublic.h')
-rw-r--r--src/H5Mpublic.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h
index 466236d..6bb3eb3 100644
--- a/src/H5Mpublic.h
+++ b/src/H5Mpublic.h
@@ -29,20 +29,20 @@ extern "C" {
#endif
/* Functions in H5M.c */
-hatom_t H5Mcreate(hatom_t owner_id, hobjtype_t type, const char *name);
-hatom_t H5Maccess(hatom_t oid);
-hatom_t H5Mcopy(hatom_t oid);
-hatom_t H5Mfind_name(hatom_t oid, hobjtype_t type, const char *name);
-uint32 H5Mname_len(hatom_t oid);
-herr_t H5Mget_name(hatom_t oid, char *name);
-herr_t H5Mset_name(hatom_t oid, const char *name);
-hatom_t H5Msearch(hatom_t oid, hobjtype_t type, const char *name);
-hatom_t H5Mindex(hatom_t oid, hobjtype_t type, uint32 idx);
-hatom_t H5Mflush(hatom_t oid);
-herr_t H5Mdelete(hatom_t oid);
-hatom_t H5Mget_file(hatom_t oid);
-hatom_t H5Mget_parent(hatom_t oid);
-herr_t H5Mrelease(hatom_t oid);
+hid_t H5Mcreate(hid_t owner_id, hobjtype_t type, const char *name);
+hid_t H5Maccess(hid_t oid);
+hid_t H5Mcopy(hid_t oid);
+hid_t H5Mfind_name(hid_t oid, hobjtype_t type, const char *name);
+uint32 H5Mname_len(hid_t oid);
+herr_t H5Mget_name(hid_t oid, char *name);
+herr_t H5Mset_name(hid_t oid, const char *name);
+hid_t H5Msearch(hid_t oid, hobjtype_t type, const char *name);
+hid_t H5Mindex(hid_t oid, hobjtype_t type, uint32 idx);
+hid_t H5Mflush(hid_t oid);
+herr_t H5Mdelete(hid_t oid);
+hid_t H5Mget_file(hid_t oid);
+hid_t H5Mget_parent(hid_t oid);
+herr_t H5Mrelease(hid_t oid);
#ifdef __cplusplus
}