source: trunk/gsdl/src/recpt/cgiwrapper.h@ 173

Last change on this file since 173 was 144, checked in by rjmcnab, 25 years ago

Initial revision.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 625 bytes
Line 
1/**********************************************************************
2 *
3 * cgiwrapper.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: cgiwrapper.h 144 1999-02-04 01:16:18Z rjmcnab $
9 *
10 *********************************************************************/
11
12
13#ifndef CGIWRAPPER_H
14#define CGIWRAPPER_H
15
16
17#include "receptionist.h"
18
19// cgiwrapper does everything necessary to output a page
20// using the cgi protocol. If this is being run for a particular
21// collection then "collection" should be set, otherwise it
22// should equal "".
23void cgiwrapper (receptionist &recpt, const text_t &collection);
24
25
26#endif
Note: See TracBrowser for help on using the repository browser.