X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;fp=include%2Fyaz%2Flogrpn.h;h=b53889d75139b2dbd3ad48a62b665cbb20421236;hb=f97d979896de564f24c1e18ac111223afd2f40b3;hp=6af089fb38ed288b5273aa8f7c3fbf4eb2c356ec;hpb=2cb1374ad9b888dcb3462ec15b977fbb3a97c7cf;p=yaz-moved-to-github.git diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index 6af089f..b53889d 100644 --- a/include/yaz/logrpn.h +++ b/include/yaz/logrpn.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: logrpn.h,v 1.9 2006-01-20 10:34:51 adam Exp $ + * $Id: logrpn.h,v 1.10 2006-01-20 11:01:46 adam Exp $ */ /** @@ -30,6 +30,7 @@ YAZ_EXPORT void yaz_log_zquery(Z_Query *q); YAZ_EXPORT void yaz_log_zquery_level(int loglevel, Z_Query *q); YAZ_EXPORT void wrbuf_diags(WRBUF b, int num_diagnostics,Z_DiagRec **diags); +YAZ_EXPORT void wrbuf_put_zquery(WRBUF b, const Z_Query *q); YAZ_END_CDECL