| 67 GList *buddy_pounces = NULL; |
67 GList *buddy_pounces = NULL; |
| 68 GSList *away_messages = NULL; |
68 GSList *away_messages = NULL; |
| 69 GList *conversations = NULL; |
69 GList *conversations = NULL; |
| 70 GList *chat_rooms = NULL; |
70 GList *chat_rooms = NULL; |
| 71 GSList *message_queue = NULL; |
71 GSList *message_queue = NULL; |
| |
72 GSList *away_time_queue = NULL; |
| 72 |
73 |
| 73 GtkWidget *mainwindow = NULL; |
74 GtkWidget *mainwindow = NULL; |
| 74 |
75 |
| 75 int opt_away = 0; |
76 int opt_away = 0; |
| 76 char *opt_away_arg = NULL; |
77 char *opt_away_arg = NULL; |