diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/commands.h b/include/commands.h index bff95eb16..f426f38d7 100644 --- a/include/commands.h +++ b/include/commands.h @@ -21,8 +21,6 @@ */ extern MDE Command *lookup_cmd(Command *list, char *name); -extern void run_cmd(char *service, User *u, Command *list, - char *name); extern void help_cmd(char *service, User *u, Command *list, char *name); extern void do_run_cmd(char *service, User * u, Command *c,const char *cmd); |