[Pkg-silc-commits] [SCM] terminal based SILC client branch, master, updated. debian/1.1.7-1

Jérémy Bobbio lunar at debian.org
Fri Jun 26 15:28:13 UTC 2009


The following commit has been merged in the master branch:
commit 237fa2ab934b8838bde9fb2de00bd8b4f72d4546
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Jun 26 14:51:20 2009 +0200

    Synchronize Perl headers with irssi 0.8.13
    
    Ideally these headers should be available in irssi-dev, but let's just update
    them from source for now.

diff --git a/apps/irssi/src/perl/perl-common.h b/apps/irssi/src/perl/perl-common.h
index 32e6e65..e2992ee 100644
--- a/apps/irssi/src/perl/perl-common.h
+++ b/apps/irssi/src/perl/perl-common.h
@@ -26,12 +26,6 @@ char *perl_function_get_package(const char *function);
    Increases the reference counter for the return value. */
 SV *perl_func_sv_inc(SV *func, const char *package);
 
-/* For compatibility with perl 5.004 and older */
-#ifndef HAVE_PL_PERL
-#  define PL_sv_undef sv_undef
-extern STRLEN PL_na;
-#endif
-
 #ifndef pTHX_
 #  define pTHX_
 #endif
diff --git a/apps/irssi/src/perl/perl-signals.h b/apps/irssi/src/perl/perl-signals.h
index f0b8e44..e2c3db6 100644
--- a/apps/irssi/src/perl/perl-signals.h
+++ b/apps/irssi/src/perl/perl-signals.h
@@ -1,6 +1,9 @@
 #ifndef __PERL_SIGNALS_H
 #define __PERL_SIGNALS_H
 
+void perl_signal_args_to_c(void (*callback)(void *, void **), void *cb_arg,
+                           int signal_id, SV **args, size_t n_args);
+
 void perl_signal_add_full(const char *signal, SV *func, int priority);
 
 void perl_signal_remove(const char *signal, SV *func);

-- 
terminal based SILC client



More information about the Pkg-silc-commits mailing list