diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:09:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:09:22 (GMT) |
commit | 5be5a4d83274bbfd4a82795cc14beb0209d18a36 (patch) | |
tree | 632a252f8d2068806284bb342de16ff27a8a7e40 /src/H5PLprivate.h | |
parent | da1bfda6458cd8482eb73606d7085b66dd88b58c (diff) | |
download | hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.zip hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.tar.gz hdf5-5be5a4d83274bbfd4a82795cc14beb0209d18a36.tar.bz2 |
[svn-r26365] HDFFV-8520: Add plugin control APIs.
Update windows WiX packaging.
h5committested
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r-- | src/H5PLprivate.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h index 587a51b..77e115b 100644 --- a/src/H5PLprivate.h +++ b/src/H5PLprivate.h @@ -19,18 +19,8 @@ #ifndef _H5PLprivate_H #define _H5PLprivate_H -/* Keep the following in sync with the package's "external" header */ - -/*******************/ -/* Public Typedefs */ -/*******************/ - -/* Plugin type */ -typedef enum H5PL_type_t { - H5PL_TYPE_ERROR = -1, /*error */ - H5PL_TYPE_FILTER = 0, /*filter */ - H5PL_TYPE_NONE = 1 /*this must be last! */ -} H5PL_type_t; +/* Include package's public header */ +#include "H5PLpublic.h" /* Private headers needed by this file */ #include "H5private.h" /* Generic Functions */ @@ -57,7 +47,6 @@ typedef enum H5PL_type_t { /* Internal API routines */ 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 */ |