X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=c5bca0e153b0f85613b018f30707e0e9a842ab5f;hp=956bd5105aae03dcb5673ffb18b7ab9635b4b8ed;hb=d9d97a04b6f9597225b8440dad61790dfa39a751;hpb=6011a7156d007b94abde4bfc3d427a1bd853cd86 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 956bd51..c5bca0e 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.16 2003-01-06 08:20:27 adam Exp $ + * $Id: zoom.h,v 1.17 2003-02-17 14:35:42 adam Exp $ */ #include @@ -93,6 +93,7 @@ ZOOM_diag_str (int error); #define ZOOM_ERROR_INTERNAL 10006 #define ZOOM_ERROR_TIMEOUT 10007 #define ZOOM_ERROR_UNSUPPORTED_PROTOCOL 10008 +#define ZOOM_ERROR_UNSUPPORTED_QUERY 10009 ZOOM_API(int) ZOOM_connection_last_event(ZOOM_connection cs);