comparison 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
comparison
equal deleted inserted replaced
1057:4cdf19d9c74e 1058:c0d44a9a99bc
32 extern xmlnode bookmarks, rosternotes; 32 extern xmlnode bookmarks, rosternotes;
33 33
34 extern char *mcabber_version(void); 34 extern char *mcabber_version(void);
35 35
36 36
37 char *jidtodisp(const char *jid); 37 char *jidtodisp(const char *fjid);
38 void handle_packet_iq(jconn conn, char *type, char *from, xmlnode xmldata); 38 void handle_packet_iq(jconn conn, char *type, char *from, xmlnode xmldata);
39 void display_server_error(xmlnode x); 39 void display_server_error(xmlnode x);
40 eviqs *iqs_new(guint8 type, const char *ns, const char *prefix, time_t timeout); 40 eviqs *iqs_new(guint8 type, const char *ns, const char *prefix, time_t timeout);
41 int iqs_del(const char *iqid); 41 int iqs_del(const char *iqid);
42 int iqs_callback(const char *iqid, xmlnode xml_result, guint iqcontext); 42 int iqs_callback(const char *iqid, xmlnode xml_result, guint iqcontext);