aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.h b/plugin.h
index f150c96..d87d260 100644
--- a/plugin.h
+++ b/plugin.h
@@ -30,6 +30,7 @@
#ifndef _PLUGIN_H_
#define _PLUGIN_H_
+int plugin_list(void);
int plugin_init(void);
void plugin_exit(void);
#endif