X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=7c3cb858a8495c1926ca2697009aee5f6420d969;hp=d64e40b0919a2ea92a04ba2a280065abdccfc20a;hb=a89ed3c40c9eab3721ccbd5e91919ba06208edbc;hpb=d1fb65aa541a7a50654b8b224f0b5303ebd9c516 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index d64e40b..7c3cb85 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.35 2006-06-13 16:20:04 mike Exp $ + * $Id: zoom.h,v 1.36 2006-06-15 10:34:16 adam Exp $ */ /** * \file zoom.h @@ -204,7 +204,9 @@ ZOOM_API(int) ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn); /* CCL translated client-side into RPN: `conn' is optional for diagnostics */ ZOOM_API(int) -ZOOM_query_ccl2rpn(ZOOM_query s, const char *str, ZOOM_connection conn); +ZOOM_query_ccl2rpn(ZOOM_query s, const char *query_str, + const char *config, + int *ccl_error, const char **error_string, int *error_pos); /* PQF */ ZOOM_API(int) ZOOM_query_prefix(ZOOM_query s, const char *str);