From ea8a13dfa2a25f52cc245a8992fbff5d1e41106d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 5 Sep 2009 13:00:55 -0400 Subject: work on tieing it all together --- wrapper/test.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wrapper/test.c (limited to 'wrapper/test.c') diff --git a/wrapper/test.c b/wrapper/test.c new file mode 100644 index 0000000..3a9abc9 --- /dev/null +++ b/wrapper/test.c @@ -0,0 +1,9 @@ +#include "plugin.c" +#include "plugin-debug.c" + +int main() { + struct plugin_tree *plugins=load_plugins("plugins","plugin.conf"); + _plugin_print(plugins); + return 0; +} + -- cgit v1.2.3-54-g00ecf