summaryrefslogtreecommitdiffstats
path: root/src/H5PLextern.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-16 17:57:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-16 17:57:46 (GMT)
commitb1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6 (patch)
treeb15d7ff77e1dde6c79cbe05839ac5344168cd5ab /src/H5PLextern.h
parent25281fc525faf80c9bf96729d3616c2eded6e9fa (diff)
downloadhdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.zip
hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.tar.gz
hdf5-b1cd5f4f8a305b295e3a5aecc5ce7e7d9cd9e8c6.tar.bz2
[svn-r26460] HDFFV-8520: Add api to control plugins
h5committest
Diffstat (limited to 'src/H5PLextern.h')
-rw-r--r--src/H5PLextern.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/H5PLextern.h b/src/H5PLextern.h
index 7f10575..3264435 100644
--- a/src/H5PLextern.h
+++ b/src/H5PLextern.h
@@ -22,20 +22,6 @@
/* Include HDF5 header */
#include "hdf5.h"
-#ifndef H5_VMS
-
-/*******************/
-/* 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)
@@ -55,7 +41,6 @@ H5PLUGIN_DLL const void *H5PLget_plugin_info(void);
#ifdef __cplusplus
}
#endif
-#endif /*H5_VMS*/
#endif /* _H5PLextern_H */