diff options
-rw-r--r-- | plugtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ void plugtest( char *arg ); -cmdstruct mycommand = { NULL, NULL, "plugtest", plugtest, "test command" }; +cmdstruct mycommand = { NULL, "plugtest", "test command", plugtest, NULL }; void powwow_init() { tty_printf( "Init plugtest.so!\n" ); |