summaryrefslogtreecommitdiffstats
path: root/src/H5PLextern.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-05 16:09:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-05 16:09:22 (GMT)
commit5be5a4d83274bbfd4a82795cc14beb0209d18a36 (patch)
tree632a252f8d2068806284bb342de16ff27a8a7e40 /src/H5PLextern.h
parentda1bfda6458cd8482eb73606d7085b66dd88b58c (diff)
downloadhdf5-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/H5PLextern.h')
-rw-r--r--src/H5PLextern.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5PLextern.h b/src/H5PLextern.h
index 8ad19e7..3264435 100644
--- a/src/H5PLextern.h
+++ b/src/H5PLextern.h
@@ -22,18 +22,6 @@
/* Include HDF5 header */
#include "hdf5.h"
-/*******************/
-/* 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;
-
-
/* plugins always export */
#if defined (_MSC_VER) /* MSVC Compiler Case */
#define H5PLUGIN_DLL __declspec(dllexport)