diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-24 20:10:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-24 20:10:58 (GMT) |
commit | 6fac0de1582f9b8f9a85893cd269a86203b7fc41 (patch) | |
tree | 32646dc32eb602c3a06c64f390bba138f160ad0b /src/H5PLpublic.h | |
parent | d9a69c592f384b9078e41a1affbf96d684074c2f (diff) | |
download | hdf5-6fac0de1582f9b8f9a85893cd269a86203b7fc41.zip hdf5-6fac0de1582f9b8f9a85893cd269a86203b7fc41.tar.gz hdf5-6fac0de1582f9b8f9a85893cd269a86203b7fc41.tar.bz2 |
Revert HDFFV-9655 by disabling test and not using new function.
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 5e4dcae..12cdc87 100644 --- a/src/H5PLpublic.h +++ b/src/H5PLpublic.h @@ -43,14 +43,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 } |