X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;h=be61028bd74622c540aa9ec6a19968dbc488f61e;hp=68afa24a68e6c98394050312548ceabeb12dee1a;hb=47ceb84b5ac99c72bcaef53be93494541e9a68c0;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index 68afa24..be61028 100644 --- a/include/yaz/logrpn.h +++ b/include/yaz/logrpn.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 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: @@ -38,11 +38,12 @@ YAZ_BEGIN_CDECL +YAZ_EXPORT char *yaz_prox_unit_name(Z_ProximityOperator *op); YAZ_EXPORT void log_rpn_query(Z_RPNQuery *rpn); YAZ_EXPORT void log_rpn_query_level(int loglevel, Z_RPNQuery *rpn); YAZ_EXPORT void log_scan_term(Z_AttributesPlusTerm *zapt, const Odr_oid *ast); -YAZ_EXPORT void log_scan_term_level(int loglevel, +YAZ_EXPORT void log_scan_term_level(int loglevel, Z_AttributesPlusTerm *zapt, const Odr_oid *ast); YAZ_EXPORT void yaz_log_zquery(Z_Query *q); @@ -54,6 +55,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab