X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Fquerytowrbuf.h;h=1d58a8b2be368f5c2d61ca64351578cc8c8b3070;hb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;hp=000787bd6491e2bbe3e4955fc40905dbdac3f406;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431;p=yaz-moved-to-github.git diff --git a/include/yaz/querytowrbuf.h b/include/yaz/querytowrbuf.h index 000787b..1d58a8b 100644 --- a/include/yaz/querytowrbuf.h +++ b/include/yaz/querytowrbuf.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2009 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: @@ -44,6 +44,7 @@ YAZ_EXPORT void yaz_scan_to_wrbuf(WRBUF b, const Z_AttributesPlusTerm *zapt, 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