X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ZOOM.xs;h=f3b576cbc2471063361789d77948f7bf9c58f151;hb=19fb3562d54700f677143e2b9212c8aea40ca2bd;hp=4d80dbad9942ab4764726a4cce15bdef2c0babec;hpb=0b335ecb58f81d3514f66bebfcc5f7dcc7adaaea;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);*/