summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-04-04 02:25:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-04-04 02:25:47 (GMT)
commit5f43e5f837cb195cab62479263c29903c63bdb1e (patch)
tree094cc2459780585204170595338b366bead4ce75 /src/H5PLprivate.h
parent949835b61f70a771994631b4b5940c2be7198be8 (diff)
downloadhdf5-5f43e5f837cb195cab62479263c29903c63bdb1e.zip
hdf5-5f43e5f837cb195cab62479263c29903c63bdb1e.tar.gz
hdf5-5f43e5f837cb195cab62479263c29903c63bdb1e.tar.bz2
[svn-r23542] Description:
Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) (h5committest not required on this branch)
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r--src/H5PLprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index 4c3cf69..037a3ec 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -47,6 +47,6 @@
/* Internal API routines */
H5_DLL void *H5PL_load(H5PL_type_t plugin_type, int type_id);
-H5_DLL hbool_t H5PL_no_plugin(void);
+H5_DLL htri_t H5PL_no_plugin(void);
#endif /* _H5PLprivate_H */