X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Flogrpn.h;h=c0e93334826a71e5d2d007c4d2103fef0f3a18bb;hb=68a59422720c8dd69b2f070dc562fe56b4ec0b49;hp=9ae7854f77e2b90a314a3b0911a0cb0dfeb34bdc;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431;p=yaz-moved-to-github.git diff --git a/include/yaz/logrpn.h b/include/yaz/logrpn.h index 9ae7854..c0e9333 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-2008 Index Data. + * Copyright (C) 1995-2011 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,6 +38,7 @@ 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); @@ -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