comparison mcabber/src/utils.h @ 554:2424bbf0a6db

Some more work on do_room()
author Mikael Berthe <mikael@lilotux.net>
date Tue, 29 Nov 2005 23:25:01 +0100
parents c71699efa5cc
children 8b3db0b555a1
comparison
equal deleted inserted replaced
553:b1d71f5107a1 554:2424bbf0a6db
18 18
19 int check_jid_syntax(char *jid); 19 int check_jid_syntax(char *jid);
20 20
21 void mc_strtolower(char *str); 21 void mc_strtolower(char *str);
22 22
23 char **split_arg(const char *arg, unsigned int n); 23 void strip_arg_special_chars(char *s);
24 char **split_arg(const char *arg, unsigned int n, int dontstriplast);
24 void free_arg_lst(char **arglst); 25 void free_arg_lst(char **arglst);
25 26
26 #endif 27 #endif