2 * Copyright (c) 1998-2004, Index Data.
3 * See the file LICENSE for details.
5 * $Id: cql2rpn.h,v 1.2 2007-01-12 10:09:25 adam Exp $
9 #include <yaz/z-core.h>
12 class YAZ_EXPORT Yaz_cql2rpn {
16 void set_pqf_file(const char *fname);
17 bool parse_spec_file(const char *fname, int *error);
18 int query_transform(const char *cql, Z_RPNQuery **rpnquery, ODR o,
21 cql_transform_t m_transform;
28 * indent-tabs-mode: nil
30 * vim: shiftwidth=4 tabstop=8 expandtab