summaryrefslogtreecommitdiffstats
path: root/src/H5Ppkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ppkg.h')
-rw-r--r--src/H5Ppkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h
index 475bfef..b600769 100644
--- a/src/H5Ppkg.h
+++ b/src/H5Ppkg.h
@@ -92,6 +92,8 @@ struct H5P_genplist_t {
};
/* Private functions, not part of the publicly documented API */
+H5_DLL herr_t H5P_add_prop(H5P_genprop_t *hash[], unsigned hashsize, H5P_genprop_t *prop);
+H5_DLL herr_t H5P_access_class(H5P_genclass_t *pclass, H5P_class_mod_t mod);
#endif /* _H5Ppkg_H */