X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;h=be61028bd74622c540aa9ec6a19968dbc488f61e;hp=8ec26ea4710b10689cd69f5ef8fcb7603bc3bb89;hb=94140e7ec2de8ecd8c6f3715121b0502f469c003;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index 8ec26ea..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-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: @@ -43,7 +43,7 @@ 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);