summaryrefslogtreecommitdiffstats
path: root/src/H5Ppkg.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-21 17:17:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-21 17:17:19 (GMT)
commitd8aa6761758bcaf29486b4ece50ebb761ca11c8e (patch)
tree21a2408718692aedfcc87569a0ca69aabe2792df /src/H5Ppkg.h
parent2862c93a2bd863a44ffe4e9664905090bc58f9ed (diff)
parentf03758613a6ec83e5ddd664590d162ccc888f13e (diff)
downloadhdf5-d8aa6761758bcaf29486b4ece50ebb761ca11c8e.zip
hdf5-d8aa6761758bcaf29486b4ece50ebb761ca11c8e.tar.gz
hdf5-d8aa6761758bcaf29486b4ece50ebb761ca11c8e.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'f03758613a6ec83e5ddd664590d162ccc888f13e': Snapshot version 1.11 release 2. Normalization with vol_integration (test code and H5Xtest.c)
Diffstat (limited to 'src/H5Ppkg.h')
-rw-r--r--src/H5Ppkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h
index 60b2363..19ff7f9 100644
--- a/src/H5Ppkg.h
+++ b/src/H5Ppkg.h
@@ -200,8 +200,8 @@ H5_DLL herr_t H5P_get_filter(const struct H5Z_filter_info_t *filter,
/* Testing functions */
#ifdef H5P_TESTING
-H5_DLL char *H5P_get_class_path_test(hid_t pclass_id);
-H5_DLL hid_t H5P_open_class_path_test(const char *path);
+H5_DLL char *H5P__get_class_path_test(hid_t pclass_id);
+H5_DLL hid_t H5P__open_class_path_test(const char *path);
#endif /* H5P_TESTING */
#endif /* _H5Ppkg_H */