Explicitly enable prototypes: no functional change, but silences warning.
authormike <mike>
Mon, 10 Oct 2005 12:40:33 +0000 (12:40 +0000)
committermike <mike>
Mon, 10 Oct 2005 12:40:33 +0000 (12:40 +0000)
ZOOM.xs

diff --git a/ZOOM.xs b/ZOOM.xs
index 3f5d3af..5af7204 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -7,6 +7,8 @@
 
 MODULE = ZOOM          PACKAGE = ZOOM          
 
+PROTOTYPES: ENABLE
+
 
 const char *
 ZOOM_connection_addinfo(c)