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 --- c/test.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 c/test.c (limited to 'c/test.c') diff --git a/c/test.c b/c/test.c deleted file mode 100644 index 3a9abc9..0000000 --- a/c/test.c +++ /dev/null @@ -1,9 +0,0 @@ -#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