Mercurial > pidgin
annotate plugins/perl/common/module.h @ 6529:e4e87ffd9f14
[gaim-migrate @ 7046]
The fortunateprofile.pl script works again. At least, I think it works, but
it's never worked here, but all the events and suff work, so that's good,
and i added a test.pl that people acan also see. now I'm going to bebd.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 20 Aug 2003 11:08:19 +0000 |
| parents | d7e04709be96 |
| children | 7c42b8ca3222 |
| 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 |
| 19 typedef GaimAccount *Gaim__Account; | |
| 20 typedef GaimConnection *Gaim__Connection; | |
|
6520
2e2593d95121
[gaim-migrate @ 7037]
Christian Hammond <chipx86@chipx86.com>
parents:
6508
diff
changeset
|
21 typedef GaimPlugin *Gaim__Plugin; |
