X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=70f72316807a1e4b8b374102d59efc9cece483bc;hp=185e31575405bded7c369e27156999b4765fedfe;hb=6202be57112ed26410889081bb0ab87a779ae0bf;hpb=56d0c3a8ae8189554af1f11b5c8c828223fec47b diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 185e315..70f7231 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.32 2005-12-20 22:23:04 mike Exp $ + * $Id: zoom.h,v 1.33 2005-12-21 16:43:13 mike Exp $ */ /** * \file zoom.h @@ -196,6 +196,9 @@ ZOOM_query_destroy(ZOOM_query s); /* CQL */ ZOOM_API(int) ZOOM_query_cql(ZOOM_query s, const char *str); +/* CQL translated client-side into RPN: `conn' is optional for diagnostics */ +ZOOM_API(int) +ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn); /* PQF */ ZOOM_API(int) ZOOM_query_prefix(ZOOM_query s, const char *str);