Sun, 12 Mar 2006 01:15:54 +0000
[gaim-migrate @ 15865]
Expose the serv_* functions to perl. This wasn't previously done because this
was missing from here. I held off on this for a long time because the serv_
stuff is supposed to die, but then I realized that keeping perl people from
using them isn't going to help them die. So here, all eight of the perl using
people can be happy, or something.
| plugins/perl/common/Gaim.xs | file | annotate | diff | comparison | revisions |
--- a/plugins/perl/common/Gaim.xs Sat Mar 11 15:22:13 2006 +0000 +++ b/plugins/perl/common/Gaim.xs Sun Mar 12 01:15:54 2006 +0000 @@ -28,6 +28,7 @@ GAIM_PERL_BOOT_PROTO(Roomlist); GAIM_PERL_BOOT_PROTO(SSL); GAIM_PERL_BOOT_PROTO(SavedStatus); +GAIM_PERL_BOOT_PROTO(Serv); GAIM_PERL_BOOT_PROTO(Signal); GAIM_PERL_BOOT_PROTO(Sound); GAIM_PERL_BOOT_PROTO(Status); @@ -66,6 +67,7 @@ GAIM_PERL_BOOT(Roomlist); GAIM_PERL_BOOT(SSL); GAIM_PERL_BOOT(SavedStatus); + GAIM_PERL_BOOT(Serv); GAIM_PERL_BOOT(Signal); GAIM_PERL_BOOT(Sound); GAIM_PERL_BOOT(Status);