X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fquerytowrbuf.h;h=7a08880bfbf8cb8b92a2b58c2b7f9ed9b9ce83c4;hp=bca4c4ec0a2290fc856fade262e7a9eb070c0307;hb=6f7757087a49db5fb3fa4f3b12b8b67ebbbe3aa3;hpb=72da3f05a07602494a978c266f473bb0b4c7841f diff --git a/include/yaz/querytowrbuf.h b/include/yaz/querytowrbuf.h index bca4c4ec..7a08880 100644 --- a/include/yaz/querytowrbuf.h +++ b/include/yaz/querytowrbuf.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 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,7 +24,6 @@ * (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.5 2007-03-19 21:07:35 adam Exp $ */ /** * \file querytowrbuf.h * \brief Query to WRBUF (to strings) @@ -41,10 +40,11 @@ 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_EXPORT void yaz_encode_pqf_term(WRBUF b, const char *term, int len); YAZ_END_CDECL #endif