diff 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
line wrap: on
line diff
--- a/mcabber/src/utils.h	Sat Apr 21 10:18:17 2007 +0200
+++ b/mcabber/src/utils.h	Sat Apr 21 12:06:13 2007 +0200
@@ -43,6 +43,8 @@
 char *strcasestr(const char *haystack, const char *needle);
 #endif
 
+int startswith(const char *str, const char *word);
+
 #endif // __UTILS_H__
 
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */