X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frpn2cql.h;h=ed0ed9d4570f66cbf7af54e4d724458b84f19a5c;hp=443d0464cf04b80f60400868929c05b82f54717f;hb=47ceb84b5ac99c72bcaef53be93494541e9a68c0;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c diff --git a/include/yaz/rpn2cql.h b/include/yaz/rpn2cql.h index 443d046..ed0ed9d 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-2009 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: @@ -70,7 +70,8 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, \param attributes RPN attributes \returns pattern value or NULL if not found */ -const char *cql_lookup_reverse(cql_transform_t ct, +YAZ_EXPORT +const char *cql_lookup_reverse(cql_transform_t ct, const char *category, Z_AttributeList *attributes);