src/aim.c

changeset 1774
734cb657b51e
parent 1768
2a69692c4432
child 1792
64faeb1adbd0
equal deleted inserted replaced
1773:a3293b2b61fb 1774:734cb657b51e
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;

mercurial