| 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 |