src/gtkconn.c

changeset 5746
3603ba25c56d
parent 5717
2f3a377de638
child 5872
754c63f29b77
equal deleted inserted replaced
5745:0263593cf0ce 5746:3603ba25c56d
247 { 247 {
248 return &conn_ui_ops; 248 return &conn_ui_ops;
249 } 249 }
250 250
251 251
252 static void away_on_login(char *mesg) 252 void away_on_login(char *mesg)
253 { 253 {
254 GSList *awy = away_messages; 254 GSList *awy = away_messages;
255 struct away_message *a, *message = NULL; 255 struct away_message *a, *message = NULL;
256 struct gaim_gtk_buddy_list *gtkblist; 256 struct gaim_gtk_buddy_list *gtkblist;
257 257

mercurial