X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Frpn2cql.h;h=252963cc9e52187778ad6b4d6de9483db2ac9d68;hb=1179b3374af000f211421b038e748d1ab4357a7a;hp=68c4eecada7ef197939010cc8764c12764e526bf;hpb=00512e603a9a54c4499c84442fe07ba4c9b0af95;p=yaz-moved-to-github.git diff --git a/include/yaz/rpn2cql.h b/include/yaz/rpn2cql.h index 68c4eec..252963c 100644 --- a/include/yaz/rpn2cql.h +++ b/include/yaz/rpn2cql.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 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: @@ -71,7 +71,7 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, \returns pattern value or NULL if not found */ YAZ_EXPORT -const char *cql_lookup_reverse(cql_transform_t ct, +const char *cql_lookup_reverse(cql_transform_t ct, const char *category, Z_AttributeList *attributes);