add 'bye' command (currently ignored), harmonize errors due to wrong number of arguments

This commit is contained in:
marschap
2006-05-07 16:49:31 +00:00
parent 6355b22b31
commit 08bb695d8d
7 changed files with 64 additions and 94 deletions
+1
View File
@@ -14,6 +14,7 @@
#define COMMANDS_CLIENT_H
int hello_func (Client * c, int argc, char **argv);
int bye_func (Client * c, int argc, char **argv);
int client_set_func (Client * c, int argc, char **argv);
int client_add_key_func (Client * c, int argc, char **argv);
int client_del_key_func (Client * c, int argc, char **argv);