comparison mcabber/src/utils.h @ 1192:7b8765c10abb

New command: /source
author Mikael Berthe <mikael@lilotux.net>
date Sat, 21 Apr 2007 12:06:13 +0200
parents 9726c78a91f3
children c96fef31ff96
comparison
equal deleted inserted replaced
1191:b2ed413d8f3d 1192:7b8765c10abb
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);
47
46 #endif // __UTILS_H__ 48 #endif // __UTILS_H__
47 49
48 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 50 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */