X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=f9329c1f7652a75d4709427ddeb1bbe0a28b50a0;hp=c5bca0e153b0f85613b018f30707e0e9a842ab5f;hb=3b10b3e056bb684b8f33123a79410f771adbee0a;hpb=c94a281b8f4d13dd8bb6df48ce3f925aad1bb600 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index c5bca0e..f9329c1 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -1,6 +1,6 @@ /* * Public header for ZOOM C. - * $Id: zoom.h,v 1.17 2003-02-17 14:35:42 adam Exp $ + * $Id: zoom.h,v 1.18 2003-04-28 11:04:52 adam Exp $ */ #include @@ -106,6 +106,8 @@ ZOOM_connection_last_event(ZOOM_connection cs); #define ZOOM_EVENT_UNKNOWN 5 #define ZOOM_EVENT_SEND_APDU 6 #define ZOOM_EVENT_RECV_APDU 7 +#define ZOOM_EVENT_RECV_RECORD 8 +#define ZOOM_EVENT_RECV_SEARCH 9 /* ----------------------------------------------------------- */ /* result sets */