diff mcabber/src/utils.h @ 1106:8e12137fab20

Cosmetics and cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 14 Dec 2006 19:17:50 +0100
parents c0d44a9a99bc
children 9726c78a91f3
line wrap: on
line diff
--- a/mcabber/src/utils.h	Wed Dec 13 22:05:43 2006 +0100
+++ b/mcabber/src/utils.h	Thu Dec 14 19:17:50 2006 +0100
@@ -28,7 +28,7 @@
 
 int check_jid_syntax(char *fjid);
 
-void mc_strtolower(char *str);
+inline void mc_strtolower(char *str);
 
 void strip_arg_special_chars(char *s);
 char **split_arg(const char *arg, unsigned int n, int dontstriplast);