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

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

fixed some bugs

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 618 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 189 1999-03-05 03:53:56Z sjboddie $
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, text_t collection);
24
25
26#endif
Note: See TracBrowser for help on using the repository browser.