diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-03-12 21:04:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-03-12 21:04:53 (GMT) |
commit | e4d89c2cd635e38c379a93a569dce473d66e69f4 (patch) | |
tree | 73173c110fe74a679cd3a63060831fd42536986d /src/H5Mpublic.h | |
parent | 4e295e1fdaeb1e73ed505482013b000bb62269be (diff) | |
download | hdf5-e4d89c2cd635e38c379a93a569dce473d66e69f4.zip hdf5-e4d89c2cd635e38c379a93a569dce473d66e69f4.tar.gz hdf5-e4d89c2cd635e38c379a93a569dce473d66e69f4.tar.bz2 |
[svn-r319] Removed H5M API from code
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r-- | src/H5Mpublic.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h deleted file mode 100644 index d17dedd..0000000 --- a/src/H5Mpublic.h +++ /dev/null @@ -1,45 +0,0 @@ -/**************************************************************************** - * NCSA HDF * - * Software Development Group * - * National Center for Supercomputing Applications * - * University of Illinois at Urbana-Champaign * - * 605 E. Springfield, Champaign IL 61820 * - * * - * For conditions of distribution and use, see the accompanying * - * hdf/COPYING file. * - * * - ****************************************************************************/ - -/* - * This file contains public declarations for the H5M module. - */ -#ifndef _H5Mpublic_H -#define _H5Mpublic_H - -/* Public headers needed by this file */ -#include <H5public.h> -#include <H5Ppublic.h> /*for hobjtype_t defn */ - -#ifdef __cplusplus -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); -unsigned 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, unsigned 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 |