src/gaim.h

changeset 9713
bb37562302a1
parent 9594
7a1f902b9494
child 9944
71ef020ec4b0
equal deleted inserted replaced
9712:bcb3939490fd 9713:bb37562302a1
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23
24 #ifndef _GAIM_H_ 23 #ifndef _GAIM_H_
25 #define _GAIM_H_ 24 #define _GAIM_H_
26 25
27 #define XPATCH BAD /* Because Kalla Said So */ 26 #define XPATCH BAD /* Because Kalla Said So */
28 27
35 34
36 extern GSList *message_queue; 35 extern GSList *message_queue;
37 extern GSList *unread_message_queue; 36 extern GSList *unread_message_queue;
38 extern GSList *away_time_queue; 37 extern GSList *away_time_queue;
39 38
40 /* Functions in dialogs.c */
41 extern void show_confirm_del(GaimBuddy *);
42 extern void show_confirm_del_group(GaimGroup *);
43 extern void show_confirm_del_blist_chat(GaimChat *);
44 extern void show_confirm_del_contact(GaimContact *);
45
46 /* Functions in idle.c */ 39 /* Functions in idle.c */
47 extern gint check_idle(gpointer); 40 extern gint check_idle(gpointer);
48 41
49 #endif /* _GAIM_H_ */ 42 #endif /* _GAIM_H_ */

mercurial