comparison mcabber/src/utils.h @ 727:1c3620668857

Expand tabs when reading history files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Mar 2006 22:29:14 +0100
parents de6837908702
children 8f8d8f8157a2
comparison
equal deleted inserted replaced
726:51be2bc1a820 727:1c3620668857
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); 30 void replace_nl_with_dots(char *bufstr);
31 char *ut_expand_tabs(const char *text);
31 32
32 #endif 33 #endif
33 34
34 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 35 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */