comparison src/account.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 db62420a53a2
children e4a27c9aec4c
comparison
equal deleted inserted replaced
9717:f105bc0270c7 9718:78022bad9367
33 typedef struct _GaimAccount GaimAccount; 33 typedef struct _GaimAccount GaimAccount;
34 34
35 typedef gboolean (*GaimFilterAccountFunc)(GaimAccount *account); 35 typedef gboolean (*GaimFilterAccountFunc)(GaimAccount *account);
36 36
37 #include "connection.h" 37 #include "connection.h"
38 #include "log.h"
38 #include "proxy.h" 39 #include "proxy.h"
39 #include "prpl.h" 40 #include "prpl.h"
40 #include "log.h"
41 41
42 struct _GaimAccountUiOps 42 struct _GaimAccountUiOps
43 { 43 {
44 void (*notify_added)(GaimAccount *account, const char *remote_user, 44 void (*notify_added)(GaimAccount *account, const char *remote_user,
45 const char *id, const char *alias, 45 const char *id, const char *alias,