diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-09-05 13:00:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:14 -0600 |
commit | ea8a13dfa2a25f52cc245a8992fbff5d1e41106d (patch) | |
tree | 7863baa36237143521d2480a216bdeb64569e124 /c/test.c | |
parent | 67d3b5846d84d4a2e5a31d4e268bc9d51495d7e0 (diff) |
work on tieing it all together
Diffstat (limited to 'c/test.c')
-rw-r--r-- | c/test.c | 9 |
1 files changed, 0 insertions, 9 deletions
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; -} - |