comparison mcabber/src/utils.h @ 655:de6837908702

Use "(...)" when cutting a multi-line status message in the log window Thanks to Salvador for suggesting...
author Mikael Berthe <mikael@lilotux.net>
date Sat, 07 Jan 2006 13:59:17 +0100
parents 67a332121aea
children 1c3620668857
comparison
equal deleted inserted replaced
654:d7fe7b88e4fc 655:de6837908702
25 25
26 void strip_arg_special_chars(char *s); 26 void strip_arg_special_chars(char *s);
27 char **split_arg(const char *arg, unsigned int n, int dontstriplast); 27 char **split_arg(const char *arg, unsigned int n, int dontstriplast);
28 void free_arg_lst(char **arglst); 28 void free_arg_lst(char **arglst);
29 29
30 void replace_nl_with_dots(char *bufstr);
31
30 #endif 32 #endif
31 33
32 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 34 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */