From 9e1726a4461f86d43a11189809905f7d07b646db Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 16 Jan 2007 11:17:15 +0000 Subject: [PATCH] ZOOM_connection_peek_event() --- ZOOM.xs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4