summaryrefslogtreecommitdiffstats
path: root/src/H5Pprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-10-15 16:33:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-10-15 16:33:27 (GMT)
commitf2257d5c815c3feee98d06136d191f0de8932da1 (patch)
tree9f77b83c9cdeff71c54cd88c607889272147d72a /src/H5Pprivate.h
parentcdb316b7e0b247977d667edac7b98486e3a9b46c (diff)
downloadhdf5-f2257d5c815c3feee98d06136d191f0de8932da1.zip
hdf5-f2257d5c815c3feee98d06136d191f0de8932da1.tar.gz
hdf5-f2257d5c815c3feee98d06136d191f0de8932da1.tar.bz2
[svn-r118] Added H5P_init & H5T_init function calls which can be called to guarantee that
the H5T & H5P interfaces are initialized (from H5D_init_interface)
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r--src/H5Pprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h
index 9a1fb9b..ecffd69 100644
--- a/src/H5Pprivate.h
+++ b/src/H5Pprivate.h
@@ -39,6 +39,7 @@ typedef struct H5P_sdim_t {
#define H5P_RESERVED_ATOMS 2
/* Private functions */
+herr_t H5P_init(void);
hid_t H5P_create(hid_t owner_id, hobjtype_t type, const char *name);
uint32 H5P_get_lrank(H5P_sdim_t *sdim);
hbool_t H5P_is_simple(H5P_dim_t *sdim);