X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyazpp%2Fcql2rpn.h;h=6f4d820d3d36fc8dfacc21c657bfd21fc65781bd;hb=HEAD;hp=d5324d73d9ac80ec127468fe9630b008934d43db;hpb=6b22d0543d41bec8626f3ae7ac866bcab7de44bd;p=yazpp-moved-to-github.git diff --git a/include/yazpp/cql2rpn.h b/include/yazpp/cql2rpn.h index d5324d7..6f4d820 100644 --- a/include/yazpp/cql2rpn.h +++ b/include/yazpp/cql2rpn.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) 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: @@ -37,6 +37,7 @@ class YAZ_EXPORT Yaz_cql2rpn { bool parse_spec_file(const char *fname, int *error); int query_transform(const char *cql, Z_RPNQuery **rpnquery, ODR o, char **addinfop); + int rpn2cql_transform(Z_RPNQuery *q, WRBUF cql, ODR o, char **addinfop); private: cql_transform_t m_transform; };