X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=ZOOM.xs;h=f3b576cbc2471063361789d77948f7bf9c58f151;hb=6f57bbd783c3797033035ad4cfb82d9dc61c6813;hp=4d80dbad9942ab4764726a4cce15bdef2c0babec;hpb=be9b36d9673ee8feb02201f4c741778143ae6c67;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index 4d80dba..f3b576c 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.49 2007-10-29 12:06:57 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.50 2007-11-19 12:57:16 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -8,6 +8,7 @@ #include #include #include +#include /* Used by the *_setl() functions */ typedef char opaquechar; @@ -563,7 +564,6 @@ ZOOM_event(conns) INIT: SV *realconns; I32 n, i; - int res; ZOOM_connection *cs; CODE: /*printf("* in ZOOM_event(%p)\n", conns);*/