From 14b7e9067d5a62856c4b3e42d6c31e4ce0caa26a Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 10 Oct 2005 12:40:33 +0000 Subject: [PATCH] Explicitly enable prototypes: no functional change, but silences warning. --- ZOOM.xs | 2 ++ 1 file changed, 2 insertions(+) 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) -- 1.7.10.4