comparison src/account.h @ 10021:2f41f462ab4e

[gaim-migrate @ 10946] This should be good for now. It's taking forever to compile, so I'll fix eventloop.h and roomlist.h when I get back. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Sep 2004 22:33:55 +0000
parents 50c1724d5e59
children af06746954de
comparison
equal deleted inserted replaced
10020:c06c4a697b31 10021:2f41f462ab4e
25 * @see @ref account-signals 25 * @see @ref account-signals
26 */ 26 */
27 #ifndef _GAIM_ACCOUNT_H_ 27 #ifndef _GAIM_ACCOUNT_H_
28 #define _GAIM_ACCOUNT_H_ 28 #define _GAIM_ACCOUNT_H_
29 29
30 #include "internal.h" 30 #include <glib.h>
31 31
32 typedef struct _GaimAccountUiOps GaimAccountUiOps; 32 typedef struct _GaimAccountUiOps GaimAccountUiOps;
33 typedef struct _GaimAccount GaimAccount; 33 typedef struct _GaimAccount GaimAccount;
34 34
35 typedef gboolean (*GaimFilterAccountFunc)(GaimAccount *account); 35 typedef gboolean (*GaimFilterAccountFunc)(GaimAccount *account);