aboutsummaryrefslogtreecommitdiffstats
path: root/plugtest.c
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:26 (GMT)
committerGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:26 (GMT)
commit7d85d4e9500b2d1d802b8c5b15307ee9c770c245 (patch)
treebc6fb380a5f6e3e5001595d0defba3c00483b717 /plugtest.c
parentefc0358298b9b6fe666233c3967a52e514d1fa8f (diff)
downloadpowwow-7d85d4e9500b2d1d802b8c5b15307ee9c770c245.zip
powwow-7d85d4e9500b2d1d802b8c5b15307ee9c770c245.tar.gz
powwow-7d85d4e9500b2d1d802b8c5b15307ee9c770c245.tar.bz2
fixed formatting errors in '#help'
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" );