comparison plugins/perl/common/module.h @ 6531:7c42b8ca3222

[gaim-migrate @ 7048] Added a buddy list API to perl. Untested. Should work, which is why it won't. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 00:06:15 +0000
parents d7e04709be96
children 7f5f57dd5cac
comparison
equal deleted inserted replaced
6530:e05a54da64db 6531:7c42b8ca3222
14 #include "account.h" 14 #include "account.h"
15 #include "connection.h" 15 #include "connection.h"
16 #include "debug.h" 16 #include "debug.h"
17 #include "server.h" 17 #include "server.h"
18 18
19 typedef GaimAccount *Gaim__Account; 19 typedef GaimAccount * Gaim__Account;
20 typedef GaimConnection *Gaim__Connection; 20 typedef GaimConnection * Gaim__Connection;
21 typedef GaimPlugin *Gaim__Plugin; 21 typedef GaimPlugin * Gaim__Plugin;
22 typedef struct buddy * Gaim__BuddyList__Buddy;
23 typedef struct chat * Gaim__BuddyList__Chat;
24 typedef struct group * Gaim__BuddyList__Group;