diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-09-06 04:32:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:14 -0600 |
commit | b1e41f328ea871696dae7024a7a1aa6e173f3b26 (patch) | |
tree | 2a98eaec8e76ff3123bad63bb650036fae1b2eff /wrapper/test.c | |
parent | ea8a13dfa2a25f52cc245a8992fbff5d1e41106d (diff) |
it's prollu not worthy of a commit, but I'm going to `hit the hay'.
Diffstat (limited to 'wrapper/test.c')
-rw-r--r-- | wrapper/test.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/wrapper/test.c b/wrapper/test.c deleted file mode 100644 index 3a9abc9..0000000 --- a/wrapper/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; -} - |