# HG changeset patch # User Etan Reisner # Date 1142126154 0 # Node ID 8b28c8bfb3c020e80d85552c253df08d404555c3 # Parent 14fa5c3245736b434a34218975734d4e897385ab [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 diff -r 14fa5c324573 -r 8b28c8bfb3c0 plugins/perl/common/Gaim.xs --- 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);