summaryrefslogtreecommitdiffstats
path: root/src/H5PLpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-30 19:40:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-30 19:41:41 (GMT)
commit52b994bc5d49c5ab45991647444e353c0dfcc9d7 (patch)
tree36a103ea864ed2f4c6ad7a37b737df699554dedc /src/H5PLpublic.h
parent4014d5109ce952e62cdaf8dd5f893f72c80d0779 (diff)
downloadhdf5-52b994bc5d49c5ab45991647444e353c0dfcc9d7.zip
hdf5-52b994bc5d49c5ab45991647444e353c0dfcc9d7.tar.gz
hdf5-52b994bc5d49c5ab45991647444e353c0dfcc9d7.tar.bz2
HDFFV-10143 change h5PLget to use buffer like H5Iget_name
Diffstat (limited to 'src/H5PLpublic.h')
-rw-r--r--src/H5PLpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLpublic.h b/src/H5PLpublic.h
index ca46542..5e4dcae 100644
--- a/src/H5PLpublic.h
+++ b/src/H5PLpublic.h
@@ -49,7 +49,7 @@ H5_DLL herr_t H5PLprepend(const char* plugin_path);
H5_DLL herr_t H5PLreplace(const char* plugin_path, unsigned int index);
H5_DLL herr_t H5PLinsert(const char* plugin_path, unsigned int index);
H5_DLL herr_t H5PLremove(unsigned int index);
-H5_DLL const char* H5PLget(unsigned int index);
+H5_DLL ssize_t H5PLget(unsigned int index, char *pathname/*out*/, size_t size);
H5_DLL unsigned int H5PLsize(void);
#ifdef __cplusplus