mcabber/src/utils.h
changeset 1203 c96fef31ff96
parent 1192 7b8765c10abb
child 1292 382ec54b584e
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... */