src/buddyicon.h

changeset 9718
aeee69c6c784
parent 9713
bb37562302a1
child 10483
e7b09a8b1f52
equal deleted inserted replaced
9717:3c8f42ca313e 9718:aeee69c6c784
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. */

mercurial