X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=185e31575405bded7c369e27156999b4765fedfe;hp=29b09e4ed51717d52dd3596fc462da6a7b3b01fe;hb=56d0c3a8ae8189554af1f11b5c8c828223fec47b;hpb=609db10a44b3423a6a1f5f33478a2e5e564c583a diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 29b09e4..185e315 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom.h,v 1.31 2005-12-19 17:04:22 mike Exp $ + * $Id: zoom.h,v 1.32 2005-12-20 22:23:04 mike Exp $ */ /** * \file zoom.h @@ -111,6 +111,8 @@ ZOOM_diag_str (int error); #define ZOOM_ERROR_UNSUPPORTED_PROTOCOL 10008 #define ZOOM_ERROR_UNSUPPORTED_QUERY 10009 #define ZOOM_ERROR_INVALID_QUERY 10010 +#define ZOOM_ERROR_CQL_PARSE 10011 +#define ZOOM_ERROR_CQL_TRANSFORM 10012 ZOOM_API(int) ZOOM_connection_last_event(ZOOM_connection cs);