summaryrefslogtreecommitdiffstats
path: root/src/H5Ppkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:28:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:28:04 (GMT)
commitd1042619aedf19a2b0704cd901eedc7856ea8def (patch)
tree935aefa7d1a1bbe81379b566587431f4d0dc26b8 /src/H5Ppkg.h
parentb56429d0863efa2595417847e92eab73b43bc5ae (diff)
downloadhdf5-d1042619aedf19a2b0704cd901eedc7856ea8def.zip
hdf5-d1042619aedf19a2b0704cd901eedc7856ea8def.tar.gz
hdf5-d1042619aedf19a2b0704cd901eedc7856ea8def.tar.bz2
[svn-r6952] Purpose:
Code cleanup Description: Move testing routines into their own module, to avoid linking them into user's applications needlessly. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested
Diffstat (limited to 'src/H5Ppkg.h')
-rw-r--r--src/H5Ppkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h
index a740e34..f77b852 100644
--- a/src/H5Ppkg.h
+++ b/src/H5Ppkg.h
@@ -115,6 +115,7 @@ H5_DLL herr_t H5P_access_class(H5P_genclass_t *pclass, H5P_class_mod_t mod);
H5_DLL char *H5P_get_class_path(H5P_genclass_t *pclass);
H5_DLL H5P_genclass_t *H5P_open_class_path(const char *path);
H5_DLL int H5P_tbbt_strcmp(const void *k1, const void *k2, int UNUSED cmparg);
+H5_DLL herr_t H5P_close_class(void *_pclass);
/* Testing functions */
#ifdef H5P_TESTING