X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=ZOOM.xs;h=f3b576cbc2471063361789d77948f7bf9c58f151;hb=3b4be2ef410093ca23f77ff6983e38d851c2d602;hp=885db0e762dc45f400c0de7139e18ae68981e7b7;hpb=e28476c2caddb588f2e2f038d0fcefaea2243421;p=ZOOM-Perl-moved-to-github.git diff --git a/ZOOM.xs b/ZOOM.xs index 885db0e..f3b576c 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.48 2007-09-14 10:33:16 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.50 2007-11-19 12:57:16 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -7,6 +7,8 @@ #include #include #include +#include +#include /* Used by the *_setl() functions */ typedef char opaquechar; @@ -562,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);*/