comparison mcabber/src/utils.h @ 1203:c96fef31ff96

Expand startswith()
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 12:16:45 +0200
parents 7b8765c10abb
children 382ec54b584e
comparison
equal deleted inserted replaced
1202:ede6c7aa59b0 1203:c96fef31ff96
41 41
42 #if !defined (HAVE_STRCASESTR) 42 #if !defined (HAVE_STRCASESTR)
43 char *strcasestr(const char *haystack, const char *needle); 43 char *strcasestr(const char *haystack, const char *needle);
44 #endif 44 #endif
45 45
46 int startswith(const char *str, const char *word); 46 int startswith(const char *str, const char *word, guint ignore_case);
47 47
48 #endif // __UTILS_H__ 48 #endif // __UTILS_H__
49 49
50 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 50 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */