comparison mcabber/src/utils.h @ 551:c71699efa5cc

Add split_arg() / free_arg_lst()
author Mikael Berthe <mikael@lilotux.net>
date Tue, 29 Nov 2005 00:03:04 +0100
parents 05c0e55c4bb1
children 2424bbf0a6db
comparison
equal deleted inserted replaced
550:89cc86940f09 551:c71699efa5cc
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);
24 void free_arg_lst(char **arglst);
25
23 #endif 26 #endif