diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-10-23 19:28:05 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-10-23 19:28:05 (GMT) |
commit | b39dd538ec81df8f65304e40ee6587a54b586577 (patch) | |
tree | ad4465072c8f63ee71cd9eed9a56978a4e9533a4 /src/H5Ppkg.h | |
parent | 8999dd751dc2995790f3aa3ee08bcb0cb5720a12 (diff) | |
download | hdf5-b39dd538ec81df8f65304e40ee6587a54b586577.zip hdf5-b39dd538ec81df8f65304e40ee6587a54b586577.tar.gz hdf5-b39dd538ec81df8f65304e40ee6587a54b586577.tar.bz2 |
[svn-r6024] Purpose:
Feature Add
Description:
Moved some functions from having only module scope to having public
scope, but only available in the HDF5 internals (not public APIs).
Platforms tested:
Eirene, Arabica, Modi4
Diffstat (limited to 'src/H5Ppkg.h')
-rw-r--r-- | src/H5Ppkg.h | 2 |
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 */ |