X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyazpp%2Fcql2rpn.h;h=6f4d820d3d36fc8dfacc21c657bfd21fc65781bd;hb=HEAD;hp=d5188087af9ae23e58a796b206c51f613c28e5d0;hpb=d62e0baee8ee3cccced41746ef09fc3e01f401d5;p=yazpp-moved-to-github.git diff --git a/include/yazpp/cql2rpn.h b/include/yazpp/cql2rpn.h index d518808..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) 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; };