comparison src/gtkdialogs.h @ 9718:78022bad9367

[gaim-migrate @ 10579] Fix some of those problems where one file needed to be included before another. Also, idle.c, server.c, sound.c and status.c are core-esque files that have gtk stuff in them. Most of it deals with status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 14:24:42 +0000
parents 2273790bb518
children 8be2c406a1f1
comparison
equal deleted inserted replaced
9717:f105bc0270c7 9718:78022bad9367
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTKDIALOGS_H_ 25 #ifndef _GAIM_GTKDIALOGS_H_
26 #define _GAIM_GTKDIALOGS_H_ 26 #define _GAIM_GTKDIALOGS_H_
27 27
28 #include "gtkinternal.h"
29
28 #include "account.h" 30 #include "account.h"
29 #include "conversation.h" 31 #include "conversation.h"
30
31 #include "gtkinternal.h"
32 32
33 /* Functions in gtkdialogs.c (these should actually stay in this file) */ 33 /* Functions in gtkdialogs.c (these should actually stay in this file) */
34 void gaim_gtkdialogs_im(); 34 void gaim_gtkdialogs_im();
35 void gaim_gtkdialogs_info(); 35 void gaim_gtkdialogs_info();
36 void gaim_gtkdialogs_log(); 36 void gaim_gtkdialogs_log();