diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-01-16 22:23:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-01-16 22:23:43 (GMT) |
commit | c2c94c31878dc42926661c9cb7e71be620196fc1 (patch) | |
tree | ee9ce2ae309882348dc1eafc1d105b5e6646605e /src/H5Mpublic.h | |
parent | 903e677366a86ea385d5cfe1241f3f53132941de (diff) | |
download | hdf5-c2c94c31878dc42926661c9cb7e71be620196fc1.zip hdf5-c2c94c31878dc42926661c9cb7e71be620196fc1.tar.gz hdf5-c2c94c31878dc42926661c9cb7e71be620196fc1.tar.bz2 |
[svn-r157] Reformatted code with indent...
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r-- | src/H5Mpublic.h | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h index 8d5b905..93947e0 100644 --- a/src/H5Mpublic.h +++ b/src/H5Mpublic.h @@ -21,30 +21,29 @@ /* Public headers needed by this file */ #include <H5public.h> -#include <H5Cpublic.h> /*for hobjtype_t defn*/ - +#include <H5Cpublic.h> /*for hobjtype_t defn */ #ifdef __cplusplus -extern "C" { +extern "C" { #endif /* Functions in H5M.c */ -hid_t H5Maccess(hid_t oid); -hid_t H5Mcopy(hid_t oid); -hid_t H5Mfind_name(hid_t oid, group_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, group_t type, const char *name); -hid_t H5Mindex(hid_t oid, group_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 H5Mclose(hid_t oid); + hid_t H5Maccess(hid_t oid); + hid_t H5Mcopy(hid_t oid); + hid_t H5Mfind_name(hid_t oid, group_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, group_t type, const char *name); + hid_t H5Mindex(hid_t oid, group_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 H5Mclose(hid_t oid); #ifdef __cplusplus } -#endif #endif +#endif |