comparison libgaim/plugins/perl/common/module.h @ 14315:8793fc8f7064

[gaim-migrate @ 17008] Lee Roach revamped the win32 makefiles. This makes me happy, they were in dire need of some loving. This makes life a great deal easier for anyone who wants to build out-of-tree plugins. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 Aug 2006 21:34:43 +0000
parents 645598a4ec04
children fb675c9eef7a
comparison
equal deleted inserted replaced
14314:8b8188fa98f4 14315:8793fc8f7064
51 #include "sound.h" 51 #include "sound.h"
52 #include "sslconn.h" 52 #include "sslconn.h"
53 #include "status.h" 53 #include "status.h"
54 #include "stringref.h" 54 #include "stringref.h"
55 /* Ewww. perl has it's own util.h which is in the include path :( */ 55 /* Ewww. perl has it's own util.h which is in the include path :( */
56 #include "src/util.h" 56 #include "libgaim/util.h"
57 #include "value.h" 57 #include "value.h"
58 #include "xmlnode.h" 58 #include "xmlnode.h"
59 59
60 /* account.h */ 60 /* account.h */
61 typedef GaimAccount * Gaim__Account; 61 typedef GaimAccount * Gaim__Account;