comparison mcabber/src/jabglue.c @ 1476:77afd831f8f7

Avoid mixed declarations and code Build failures reported by H. D. Oezbilen.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 17 Apr 2008 21:01:09 +0200
parents 844410b9b4cc
children 7b36b91a4388
comparison
equal deleted inserted replaced
1475:ef09de538e8f 1476:77afd831f8f7
901 void jb_send_chatstate(gpointer buddy, guint chatstate) 901 void jb_send_chatstate(gpointer buddy, guint chatstate)
902 { 902 {
903 const char *bjid; 903 const char *bjid;
904 #ifdef JEP0085 904 #ifdef JEP0085
905 GSList *resources, *p_res, *p_next; 905 GSList *resources, *p_res, *p_next;
906 struct jep0085 *jep85 = NULL;; 906 struct jep0085 *jep85 = NULL;
907 #endif 907 #endif
908 #ifdef JEP0022 908 #ifdef JEP0022
909 struct jep0022 *jep22; 909 struct jep0022 *jep22;
910 #endif 910 #endif
911 911