comparison mcabber/mcabber/utils.h @ 2309:e00ae0763468

Do not use litteral command char (':', '/')
author Mikael Berthe <mikael@lilotux.net>
date Sat, 11 Feb 2017 12:40:43 +0100
parents 377b6a52b25f
children 7921c8d671c8
comparison
equal deleted inserted replaced
2308:e8c8665c824e 2309:e00ae0763468
54 char *strcasestr(const char *haystack, const char *needle); 54 char *strcasestr(const char *haystack, const char *needle);
55 #endif 55 #endif
56 56
57 int startswith(const char *str, const char *word, guint ignore_case); 57 int startswith(const char *str, const char *word, guint ignore_case);
58 58
59 const char *mkcmdstr(const char *cmd);
60
59 #endif // __MCABBER_UTILS_H__ 61 #endif // __MCABBER_UTILS_H__
60 62
61 /* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2: For Vim users... */ 63 /* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2: For Vim users... */