summaryrefslogtreecommitdiffstats
path: root/src/H5Pprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-02-07 22:06:25 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-02-07 22:06:25 (GMT)
commitc614ba6fccbd3e665d2bd91c23e7f129e01b8f27 (patch)
tree0e5d3dd50ea6ec7c5937da6386204689627803df /src/H5Pprivate.h
parent06f7971a13a5e026a4711a7408319840456a1541 (diff)
downloadhdf5-c614ba6fccbd3e665d2bd91c23e7f129e01b8f27.zip
hdf5-c614ba6fccbd3e665d2bd91c23e7f129e01b8f27.tar.gz
hdf5-c614ba6fccbd3e665d2bd91c23e7f129e01b8f27.tar.bz2
[svn-r21915] starting to set up vol framework
fopen, fclose, fcreate routed through native vol
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r--src/H5Pprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h
index ab3f1d0..5fa35a7 100644
--- a/src/H5Pprivate.h
+++ b/src/H5Pprivate.h
@@ -74,6 +74,10 @@ H5_DLL hid_t H5P_get_driver(H5P_genplist_t *plist);
H5_DLL void * H5P_get_driver_info(H5P_genplist_t *plist);
H5_DLL herr_t H5P_set_driver(H5P_genplist_t *plist, hid_t new_driver_id,
const void *new_driver_info);
+H5_DLL hid_t H5P_get_vol(H5P_genplist_t *plist);
+H5_DLL void * H5P_get_vol_info(H5P_genplist_t *plist);
+H5_DLL herr_t H5P_set_vol(H5P_genplist_t *plist, hid_t new_driver_id,
+ const void *new_driver_info);
H5_DLL herr_t H5P_set_vlen_mem_manager(H5P_genplist_t *plist,
H5MM_allocate_t alloc_func, void *alloc_info, H5MM_free_t free_func,
void *free_info);