comparison src/gaim.h @ 7062:86ed8b2aa665

[gaim-migrate @ 7626] g_show_info_text() is gone! Mwahahaha. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 06:43:17 +0000
parents d93c6a1fadf2
children 3fc2e843abfc
comparison
equal deleted inserted replaced
7061:80fd120e180b 7062:86ed8b2aa665
1 /* 1 /*
2 * gaim 2 * gaim
3 * 3 *
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> 4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
10 * 10 *
35 extern GSList *message_queue; 35 extern GSList *message_queue;
36 extern GSList *unread_message_queue; 36 extern GSList *unread_message_queue;
37 extern GSList *away_time_queue; 37 extern GSList *away_time_queue;
38 38
39 /* Functions in dialogs.c */ 39 /* Functions in dialogs.c */
40 extern void g_show_info_text(GaimConnection *, const char *, int, const char *, ...);
41 extern void show_change_passwd(GaimConnection *); 40 extern void show_change_passwd(GaimConnection *);
42 extern void show_set_dir(GaimConnection *); 41 extern void show_set_dir(GaimConnection *);
43 extern void show_find_email(GaimConnection *); 42 extern void show_find_email(GaimConnection *);
44 extern void show_find_info(GaimConnection *); 43 extern void show_find_info(GaimConnection *);
45 extern void show_set_info(GaimConnection *); 44 extern void show_set_info(GaimConnection *);