diff mcabber/src/jab_priv.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 4d3c48844746
children 4a7db2870685
line wrap: on
line diff
--- a/mcabber/src/jab_priv.h	Tue Nov 28 07:14:59 2006 +0100
+++ b/mcabber/src/jab_priv.h	Thu Nov 30 19:51:09 2006 +0100
@@ -34,7 +34,7 @@
 extern char *mcabber_version(void);
 
 
-char *jidtodisp(const char *jid);
+char *jidtodisp(const char *fjid);
 void handle_packet_iq(jconn conn, char *type, char *from, xmlnode xmldata);
 void display_server_error(xmlnode x);
 eviqs *iqs_new(guint8 type, const char *ns, const char *prefix, time_t timeout);