comparison mcabber/src/jabglue.c @ 1304:8ada97e5eb75

Fix a gcc warning
author Mikael Berthe <mikael@lilotux.net>
date Fri, 07 Sep 2007 17:07:35 +0200
parents 3b338a5c01fc
children 9bc68473f8a3
comparison
equal deleted inserted replaced
1303:b6fdbfa6b219 1304:8ada97e5eb75
559 void jb_send_msg(const char *fjid, const char *text, int type, 559 void jb_send_msg(const char *fjid, const char *text, int type,
560 const char *subject, const char *msgid, gint *encrypted) 560 const char *subject, const char *msgid, gint *encrypted)
561 { 561 {
562 xmlnode x; 562 xmlnode x;
563 gchar *strtype; 563 gchar *strtype;
564 #ifdef HAVE_LIBOTR
564 int otr_msg = 0; 565 int otr_msg = 0;
566 #endif
565 #if defined HAVE_GPGME || defined JEP0022 || defined JEP0085 567 #if defined HAVE_GPGME || defined JEP0022 || defined JEP0085
566 char *rname, *barejid; 568 char *rname, *barejid;
567 GSList *sl_buddy; 569 GSList *sl_buddy;
568 #endif 570 #endif
569 #if defined JEP0022 || defined JEP0085 571 #if defined JEP0022 || defined JEP0085