diff mcabber/src/utils.h @ 1058:c0d44a9a99bc

Code cleanup Cosmetics. Mostly get rid of "jid" variables, as it is a structure pointer defined in libjabber/jabber.h.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 30 Nov 2006 19:51:09 +0100
parents 5b01de4ac5e1
children 8e12137fab20
line wrap: on
line diff
--- a/mcabber/src/utils.h	Tue Nov 28 07:14:59 2006 +0100
+++ b/mcabber/src/utils.h	Thu Nov 30 19:51:09 2006 +0100
@@ -26,7 +26,7 @@
 
 inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */
 
-int check_jid_syntax(char *jid);
+int check_jid_syntax(char *fjid);
 
 void mc_strtolower(char *str);