diff options
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r-- | src/H5PLprivate.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h index 037a3ec..b117613 100644 --- a/src/H5PLprivate.h +++ b/src/H5PLprivate.h @@ -19,8 +19,8 @@ #ifndef _H5PLprivate_H #define _H5PLprivate_H -/* Include package's public header */ -#include "H5PLpublic.h" +/* Include package's "external" header */ +#include "H5PLextern.h" /* Private headers needed by this file */ #include "H5private.h" /* Generic Functions */ @@ -46,7 +46,8 @@ /***************************************/ /* Internal API routines */ -H5_DLL void *H5PL_load(H5PL_type_t plugin_type, int type_id); +H5_DLL const void *H5PL_load(H5PL_type_t plugin_type, int type_id); H5_DLL htri_t H5PL_no_plugin(void); #endif /* _H5PLprivate_H */ + |