summaryrefslogtreecommitdiffstats
path: root/src/H5Gprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 17:37:33 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 17:37:33 (GMT)
commitc05a5a49c8d37ac216c1d1c7c4c98ea04a60f8a5 (patch)
tree59f3fa780b87367b6c75d58944d2a839f51d3cac /src/H5Gprivate.h
parent772133345d8d685e236b803f57189be0e042ca03 (diff)
downloadhdf5-c05a5a49c8d37ac216c1d1c7c4c98ea04a60f8a5.zip
hdf5-c05a5a49c8d37ac216c1d1c7c4c98ea04a60f8a5.tar.gz
hdf5-c05a5a49c8d37ac216c1d1c7c4c98ea04a60f8a5.tar.bz2
[svn-r22189] move the big chunks of code in the VOL get routines to separate utility routines
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r--src/H5Gprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h
index f765b52..cacd947 100644
--- a/src/H5Gprivate.h
+++ b/src/H5Gprivate.h
@@ -202,6 +202,7 @@ H5_DLL herr_t H5G_get_shared_count(H5G_t *grp);
H5_DLL herr_t H5G_mount(H5G_t *grp);
H5_DLL hbool_t H5G_mounted(H5G_t *grp);
H5_DLL herr_t H5G_unmount(H5G_t *grp);
+H5_DLL hid_t H5G_get_create_plist(H5G_t *grp);
#ifndef H5_NO_DEPRECATED_SYMBOLS
H5_DLL H5G_obj_t H5G_map_obj_type(H5O_type_t obj_type);
#endif /* H5_NO_DEPRECATED_SYMBOLS */