Mercurial > pidgin
annotate plugins/perl/common/module.h @ 6561:33ceba0dfd9b
[gaim-migrate @ 7083]
Fix for bug #792641 - Windows hooks tie up
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Thu, 21 Aug 2003 18:29:48 +0000 |
| parents | 7c42b8ca3222 |
| children | 7f5f57dd5cac |
| rev | line source |
|---|---|
| 6508 | 1 typedef struct group *Gaim__Group; |
| 2 | |
| 3 #define group perl_group | |
| 4 | |
| 5 #include <EXTERN.h> | |
| 6 #include <perl.h> | |
| 7 #include <XSUB.h> | |
| 8 #include <glib.h> | |
| 9 | |
| 10 #undef group | |
| 11 | |
| 12 #include "../perl-common.h" | |
| 13 | |
| 14 #include "account.h" | |
| 15 #include "connection.h" | |
| 16 #include "debug.h" | |
|
6523
d7e04709be96
[gaim-migrate @ 7040]
Christian Hammond <chipx86@chipx86.com>
parents:
6520
diff
changeset
|
17 #include "server.h" |
| 6508 | 18 |
|
6531
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
19 typedef GaimAccount * Gaim__Account; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
20 typedef GaimConnection * Gaim__Connection; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
21 typedef GaimPlugin * Gaim__Plugin; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
22 typedef struct buddy * Gaim__BuddyList__Buddy; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
23 typedef struct chat * Gaim__BuddyList__Chat; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
24 typedef struct group * Gaim__BuddyList__Group; |
