comparison src/buddyicon.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 748aa3c6de36
comparison
equal deleted inserted replaced
9717:f105bc0270c7 9718:78022bad9367
26 #define _GAIM_BUDDYICON_H_ 26 #define _GAIM_BUDDYICON_H_
27 27
28 typedef struct _GaimBuddyIcon GaimBuddyIcon; 28 typedef struct _GaimBuddyIcon GaimBuddyIcon;
29 29
30 #include "account.h" 30 #include "account.h"
31 #include "blist.h"
31 32
32 struct _GaimBuddyIcon 33 struct _GaimBuddyIcon
33 { 34 {
34 GaimAccount *account; /**< The account the user is on. */ 35 GaimAccount *account; /**< The account the user is on. */
35 char *username; /**< The username the icon belongs to. */ 36 char *username; /**< The username the icon belongs to. */