From a4270020addc324fb60d2b1b446b41bc31e3baf8 Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Wed, 10 Jan 2024 22:33:44 -0300 Subject: Import Upstream version 1.0.4 --- plugin_export.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 plugin_export.h (limited to 'plugin_export.h') 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 + +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 */ -- cgit v1.2.3