summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-03-22 21:39:53 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-03-22 21:39:53 (GMT)
commit8ffd55478e11904f193b4a98477b3bcb452b93ac (patch)
tree5843b13e826ae4c9b3f471dfa4536d7882b4d8ba /src/H5PLprivate.h
parentf0e328cc04ae9cf6032e740cf223fcfdd83a5f6d (diff)
downloadhdf5-8ffd55478e11904f193b4a98477b3bcb452b93ac.zip
hdf5-8ffd55478e11904f193b4a98477b3bcb452b93ac.tar.gz
hdf5-8ffd55478e11904f193b4a98477b3bcb452b93ac.tar.bz2
[svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading during data reading.
Tested on koala and jam.
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r--src/H5PLprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index 25fbc51..127ba98 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -47,6 +47,7 @@
/***************************************/
/* Internal API routines */
-H5_DLL void *H5PL_load(H5PL_type_t plugin_type, int type_id);
+H5_DLL void *H5PL_load(H5PL_type_t plugin_type, int type_id);
+H5_DLL hbool_t H5PL_no_plugin(void);
#endif /* _H5PLprivate_H */