comparison src/account.h @ 10008:50c1724d5e59

[gaim-migrate @ 10925] Lots of needless shuffling of stuff around. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 10 Sep 2004 04:43:31 +0000
parents cc4b2125d05d
children 2f41f462ab4e
comparison
equal deleted inserted replaced
10007:267a2b69e36e 10008:50c1724d5e59
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 <glib.h> 30 #include "internal.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);