summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-05 15:13:32 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-05 15:13:32 (GMT)
commitf38d9a2149d189fa82b5b5d491f7ed10feffc900 (patch)
tree34491ca0d36a6e1ecf259542e809f98048cc72f4 /src/H5VLpublic.h
parenta3d87651df4a385eb533e1c0a535282552eb40d2 (diff)
downloadhdf5-f38d9a2149d189fa82b5b5d491f7ed10feffc900.zip
hdf5-f38d9a2149d189fa82b5b5d491f7ed10feffc900.tar.gz
hdf5-f38d9a2149d189fa82b5b5d491f7ed10feffc900.tar.bz2
[svn-r22436] add a public routine to get the name of the VOL plugin associated with a File or object
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index fbcb0b5..d0ee1aa 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -258,6 +258,7 @@ extern "C" {
/* Function prototypes */
H5_DLL hid_t H5VLregister(const H5VL_class_t *cls);
H5_DLL herr_t H5VLunregister(hid_t driver_id);
+H5_DLL ssize_t H5VLget_plugin_name(hid_t id, char *name/*out*/, size_t size);
#ifdef __cplusplus
}