aboutsummaryrefslogtreecommitdiffstats
path: root/plugtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugtest.c')
-rw-r--r--plugtest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugtest.c b/plugtest.c
index 1d12c7d..dd42c58 100644
--- a/plugtest.c
+++ b/plugtest.c
@@ -2,10 +2,11 @@
#include "defines.h"
#include "cmd.h"
+#include "tty.h"
void plugtest( char *arg );
-cmdstruct mycommand = { NULL, "plugtest", "test command", plugtest, NULL };
+cmdstruct mycommand = { NULL, NULL, "plugtest", plugtest, "test command" };
void powwow_init() {
tty_printf( "Init plugtest.so!\n" );