diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-10 22:33:44 -0300 |
|---|---|---|
| committer | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-10 22:33:44 -0300 |
| commit | a4270020addc324fb60d2b1b446b41bc31e3baf8 (patch) | |
| tree | 8708f08c66a63f08c0cd88ab1a46faadcd3f4706 /plugin_export.h | |
Import Upstream version 1.0.4upstream/1.0.4
Diffstat (limited to 'plugin_export.h')
| -rw-r--r-- | plugin_export.h | 28 |
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 */ |
