From 56d0c3a8ae8189554af1f11b5c8c828223fec47b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 Dec 2005 22:23:04 +0000 Subject: [PATCH] Two new ZOOM_ERROR codes, CQL_PARSE and CQL_TRANSFORM. --- include/yaz/zoom.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 1.7.10.4