comparison src/ui.h @ 2437:aa63f3ceea03

[gaim-migrate @ 2450] this should be here committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 05 Oct 2001 22:23:27 +0000
parents b4f2a53c0ee5
children 5cbe86a444d9
comparison
equal deleted inserted replaced
2436:b487252bd179 2437:aa63f3ceea03
112 #define EDIT_BUDDY 2 112 #define EDIT_BUDDY 2
113 113
114 /* Globals in aim.c */ 114 /* Globals in aim.c */
115 extern GList *log_conversations; /* this should be moved to conversations.c */ 115 extern GList *log_conversations; /* this should be moved to conversations.c */
116 extern GSList *away_messages; /* this should be moved to away.c */ 116 extern GSList *away_messages; /* this should be moved to away.c */
117
118 /* Globals in applet.c */
119 #ifdef USE_APPLET
120 extern GtkWidget *applet;
121 #endif /* USE_APPLET */
122 117
123 /* Globals in away.c */ 118 /* Globals in away.c */
124 extern struct away_message *awaymessage; 119 extern struct away_message *awaymessage;
125 extern struct away_message *default_away; 120 extern struct away_message *default_away;
126 extern int auto_away; 121 extern int auto_away;