2 * Copyright (c) 1998-2005, Index Data.
3 * See the file LICENSE for details.
5 * $Id: query.h,v 1.2 2007-03-20 07:54:11 adam Exp $
12 #include <yaz/yconfig.h>
18 class YAZ_EXPORT Yaz_Query {
20 /// Print query in buffer described by str and len
21 virtual void print (char *str, size_t len) = 0;
31 * indent-tabs-mode: nil
33 * vim: shiftwidth=4 tabstop=8 expandtab