From: mike Date: Tue, 16 Jan 2007 11:17:15 +0000 (+0000) Subject: ZOOM_connection_peek_event() X-Git-Tag: cpan_1_22~84 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=9e1726a4461f86d43a11189809905f7d07b646db;p=ZOOM-Perl-moved-to-github.git ZOOM_connection_peek_event() --- diff --git a/ZOOM.xs b/ZOOM.xs index 12e463c..7e58189 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,4 +1,4 @@ -/* $Id: ZOOM.xs,v 1.45 2006-11-28 17:32:54 mike Exp $ */ +/* $Id: ZOOM.xs,v 1.46 2007-01-16 11:17:15 mike Exp $ */ #include "EXTERN.h" #include "perl.h" @@ -614,6 +614,10 @@ int ZOOM_connection_is_idle(cs) ZOOM_connection cs +int +ZOOM_connection_peek_event(cs) + ZOOM_connection cs + # ---------------------------------------------------------------------------- # What follows is the YAZ logging API. This is not strictly part of