EVENT_RECV_END
authormike <mike>
Fri, 7 Apr 2006 12:17:54 +0000 (12:17 +0000)
committermike <mike>
Fri, 7 Apr 2006 12:17:54 +0000 (12:17 +0000)
lib/ZOOM.pm

index 8ca0ad9..b7c54e6 100644 (file)
@@ -1,4 +1,4 @@
-# $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;
@@ -63,6 +63,7 @@ sub SEND_APDU { Net::Z3950::ZOOM::EVENT_SEND_APDU }
 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 }
 
 # ----------------------------------------------------------------------------