comparison src/protocols/trepia/profile.h @ 7382:e6e194f9d44c

[gaim-migrate @ 7977] i don't know if this makes trepia work (i don't really care) but it does let it compile committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 30 Oct 2003 16:02:28 +0000
parents d42d2c9c2122
children
comparison
equal deleted inserted replaced
7381:75733c68479a 7382:e6e194f9d44c
26 #include <time.h> 26 #include <time.h>
27 #include "blist.h" 27 #include "blist.h"
28 28
29 typedef struct 29 typedef struct
30 { 30 {
31 struct buddy *buddy; 31 GaimBuddy *buddy;
32 32
33 int type; /* c */ 33 int type; /* c */
34 34
35 int id; /* a */ 35 int id; /* a */
36 char *location; /* p */ 36 char *location; /* p */