X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frpn2cql.h;h=12befc84339ac3791c3b4f69ad3eb2b89eadfe78;hp=09d83bae60bb11d634f519f8e27b4b20a7690a1b;hb=c78f61142413410e88ed2a83627516bb4fa24b33;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755 diff --git a/include/yaz/rpn2cql.h b/include/yaz/rpn2cql.h index 09d83ba..12befc8 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: @@ -70,6 +70,7 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, \param attributes RPN attributes \returns pattern value or NULL if not found */ +YAZ_EXPORT const char *cql_lookup_reverse(cql_transform_t ct, const char *category, Z_AttributeList *attributes);