comparison plugins/perl/common/FT.xs @ 11290:b284c703d398

[gaim-migrate @ 13490] Did some house cleaning on the code finished up some of the "TODO" stuff that was left over from when I originally did the XSUBs. Furthermore, the dynamically loaded Perl package problems should be corrected now that the context is set before one of the concurrent perl interpreters is run. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Thu, 18 Aug 2005 01:35:14 +0000
parents ff4884029708
children 6fd82071a7b8
comparison
equal deleted inserted replaced
11289:b633879e23f9 11290:b284c703d398
1 #include "module.h" 1 #include "module.h"
2 2
3 MODULE = Gaim::Xfer PACKAGE = Gaim::Xfer PREFIX = gaim_xfer_ 3 MODULE = Gaim::Xfer PACKAGE = Gaim::Xfer PREFIX = gaim_xfer_
4 PROTOTYPES: ENABLE 4 PROTOTYPES: ENABLE
5
6 5
7 void 6 void
8 gaim_xfer_add(xfer) 7 gaim_xfer_add(xfer)
9 Gaim::Xfer xfer 8 Gaim::Xfer xfer
10 9