source: trunk/gsdl/src/recpt/querytools.h@ 357

Last change on this file since 357 was 270, checked in by sjboddie, 25 years ago

moved do_query from queryaction to new querytools module (as do_action
is also called from documentaction when highlighting text)

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 617 bytes
Line 
1/**********************************************************************
2 *
3 * querytools.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: querytools.h 270 1999-06-15 02:24:06Z sjboddie $
9 *
10 *********************************************************************/
11
12
13#ifndef QUERYTOOLS_H
14#define QUERYTOOLS_H
15
16#include "cgiargs.h"
17#include "recptproto.h"
18
19bool do_query (FilterRequest_t &request, cgiargsclass &args,
20 recptproto *collectproto, text_t &quotedstring,
21 FilterResponse_t &response, ostream &logout);
22void format_querystring (text_t &querystring, text_t &quotedstring);
23
24#endif
Note: See TracBrowser for help on using the repository browser.