-# $Id: ZOOM.pm,v 1.29 2006-04-07 11:05:14 mike Exp $
+# $Id: ZOOM.pm,v 1.30 2006-04-07 12:17:54 mike Exp $
use strict;
use warnings;
sub RECV_APDU { Net::Z3950::ZOOM::EVENT_RECV_APDU }
sub RECV_RECORD { Net::Z3950::ZOOM::EVENT_RECV_RECORD }
sub RECV_SEARCH { Net::Z3950::ZOOM::EVENT_RECV_SEARCH }
+sub END { Net::Z3950::ZOOM::EVENT_END }
# ----------------------------------------------------------------------------