X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frpn2cql.h;h=7dcb96f4e80f4c118a5ed40de3fa6349f1834d0a;hp=26c72f7c0c946bc890971b0a747f50fa5efc2d52;hb=89a547847448c1288ce39a0d5af1a1f18378e979;hpb=8e9d2cec97def1cd8b89b1fe427f1a232661ec6f diff --git a/include/yaz/rpn2cql.h b/include/yaz/rpn2cql.h index 26c72f7..7dcb96f 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-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: @@ -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); @@ -81,6 +82,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