diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-25 21:50:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-25 21:50:19 (GMT) |
commit | c0602ab77f4bac2616604feeaf83f954126337be (patch) | |
tree | 60be8895ef31aab72771ec69a7a542b2ad30bda0 /src/H5PLpublic.h | |
parent | ed39ad384253224e83906ae6228d3ccdb5b02633 (diff) | |
download | hdf5-c0602ab77f4bac2616604feeaf83f954126337be.zip hdf5-c0602ab77f4bac2616604feeaf83f954126337be.tar.gz hdf5-c0602ab77f4bac2616604feeaf83f954126337be.tar.bz2 |
Merge 1_10 branch to 1_10_1
HDFV10170 dyn lib changes
Plugin API changes
Diffstat (limited to 'src/H5PLpublic.h')
-rw-r--r-- | src/H5PLpublic.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5PLpublic.h b/src/H5PLpublic.h index fc638a0..9ce1fca 100644 --- a/src/H5PLpublic.h +++ b/src/H5PLpublic.h @@ -41,14 +41,14 @@ extern "C" { /* plugin state */ H5_DLL herr_t H5PLset_loading_state(unsigned int plugin_type); -H5_DLL herr_t H5PLget_loading_state(unsigned int* plugin_type/*out*/); -H5_DLL herr_t H5PLappend(const char* plugin_path); -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 H5PLget_loading_state(unsigned int *plugin_type/*out*/); +H5_DLL herr_t H5PLappend(const char *plugin_path); +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 ssize_t H5PLget(unsigned int index, char *pathname/*out*/, size_t size); -H5_DLL unsigned int H5PLsize(void); +H5_DLL herr_t H5PLsize(unsigned int *listsize/*out*/); #ifdef __cplusplus } |