Mercurial > pidgin.yaz
changeset 13489:8b28c8bfb3c0
[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.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 12 Mar 2006 01:15:54 +0000 |
parents | 14fa5c324573 |
children | 40c5d0508a1a |
files | plugins/perl/common/Gaim.xs |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);