diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index a348f17..6ea8c67 100644 --- a/src/commands.h +++ b/src/commands.h @@ -5,8 +5,7 @@ struct cmumble_context; struct cmumble_command { const char *name; - void (*callback)(struct cmumble_context *, - int argc, const char *argv); + void (*callback)(struct cmumble_context *); const char *description; }; |