X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;h=fc9822af7a14018a7d0ab8e0db47ecf3aedd9235;hp=2874897b8720de80af0abd0b6a467b6e823ab077;hb=aab0b586a68a6d8df06b045d8043b434c0234bea;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755 diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index 2874897..fc9822a 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-2010 Index Data. + * Copyright (C) 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);