aboutsummaryrefslogtreecommitdiff
path: root/plugin_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_export.h')
-rw-r--r--plugin_export.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugin_export.h b/plugin_export.h
new file mode 100644
index 0000000..79c714b
--- /dev/null
+++ b/plugin_export.h
@@ -0,0 +1,28 @@
+/*
+
+(C) 2013 Mika Ilmaranta <ilmis@nullnet.fi>
+
+License: GPLv2
+
+*/
+
+#ifndef NO_PLUGIN_EXPORT
+
+#ifndef __PLUGIN_EXPORT_H__
+#define __PLUGIN_EXPORT_H__
+
+#include "config.h"
+#include "lsm.h"
+
+void plugin_export_init(void);
+void plugin_export(CONFIG *first);
+
+#ifndef NO_PLUGIN_EXPORT_STATUS
+void plugin_export_status(CONFIG *first);
+#endif
+
+#endif
+
+#endif
+
+/* EOF */