From: mike Date: Mon, 10 Oct 2005 12:40:33 +0000 (+0000) Subject: Explicitly enable prototypes: no functional change, but silences warning. X-Git-Tag: cpan_1_22~493 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=14b7e9067d5a62856c4b3e42d6c31e4ce0caa26a;p=ZOOM-Perl-moved-to-github.git Explicitly enable prototypes: no functional change, but silences warning. --- diff --git a/ZOOM.xs b/ZOOM.xs index 3f5d3af..5af7204 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -7,6 +7,8 @@ MODULE = ZOOM PACKAGE = ZOOM +PROTOTYPES: ENABLE + const char * ZOOM_connection_addinfo(c)