X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fquerytowrbuf.h;h=c89f8b085050f17c791e1ba9fee861956b64bded;hb=9c75e92604fae1efd7137d085dd2281e7886345b;hp=7f4963400982070d68853e75fbcb057d4de4a494;hpb=964580242e2e0b2e570f652afa58bfb90ad0bb5e;p=yaz-moved-to-github.git diff --git a/include/yaz/querytowrbuf.h b/include/yaz/querytowrbuf.h index 7f49634..c89f8b0 100644 --- a/include/yaz/querytowrbuf.h +++ b/include/yaz/querytowrbuf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, Index Data * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,15 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: querytowrbuf.h,v 1.2 2006-10-09 21:02:41 adam Exp $ */ - -/* - * Copyright (C) 1995-2005, Index Data ApS - * See the file LICENSE for details. - * - * $Id: querytowrbuf.h,v 1.2 2006-10-09 21:02:41 adam Exp $ - */ - +/* $Id: querytowrbuf.h,v 1.7 2007-05-08 08:22:35 adam Exp $ */ /** * \file querytowrbuf.h * \brief Query to WRBUF (to strings) @@ -49,8 +41,9 @@ YAZ_BEGIN_CDECL YAZ_EXPORT void yaz_query_to_wrbuf(WRBUF b, const Z_Query *q); YAZ_EXPORT void yaz_scan_to_wrbuf(WRBUF b, const Z_AttributesPlusTerm *zapt, - oid_value ast); + const Odr_oid *attribute_set); YAZ_EXPORT void yaz_rpnquery_to_wrbuf(WRBUF b, const Z_RPNQuery *rpn); +YAZ_EXPORT void wrbuf_diags(WRBUF b, int num_diagnostics,Z_DiagRec **diags); YAZ_END_CDECL