X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fquery-charset.h;h=4c12d7d43b83ef195bb69c9336dcd6587f1eae08;hp=33b2052b1eeeebb96348d5be17f2fcabb1acc0d0;hb=5d493e5a4ce6300660debe3e2ad82c21592039ca;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/include/yaz/query-charset.h b/include/yaz/query-charset.h index 33b2052..4c12d7d 100644 --- a/include/yaz/query-charset.h +++ b/include/yaz/query-charset.h @@ -43,12 +43,17 @@ YAZ_EXPORT void yaz_query_charset_convert_apt(Z_AttributesPlusTerm *apt, YAZ_EXPORT void yaz_query_charset_convert_rpnquery(Z_RPNQuery *q, ODR o, yaz_iconv_t cd); + +YAZ_EXPORT int yaz_query_charset_convert_rpnquery_check(Z_RPNQuery *q, + ODR o, yaz_iconv_t cd); + YAZ_END_CDECL #endif /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab