X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fquerytowrbuf.h;h=def2c59d7c410df41b58d2dbbd1f76245d9add3d;hp=718beeb523e32f241a30834b5d1f8913ac203dce;hb=e14b57aabd2bcdd5996d17778bf9055935d7b252;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/include/yaz/querytowrbuf.h b/include/yaz/querytowrbuf.h index 718beeb..def2c59 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-2012 Index Data. + * Copyright (C) 1995-2013 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: @@ -45,6 +45,9 @@ 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_EXPORT void yaz_facet_list_to_wrbuf(WRBUF w, const Z_FacetList *fl); + YAZ_END_CDECL #endif