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

Last change on this file since 357 was 149, 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: 877 bytes
Line 
1/**********************************************************************
2 *
3 * recptconfig.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: recptconfig.h 149 1999-02-05 06:50:33Z rjmcnab $
9 *
10 *********************************************************************/
11
12
13#ifndef RECPTCONFIG_H
14#define RECPTCONFIG_H
15
16
17#include "gsdlconf.h"
18#include "text_t.h"
19#include "receptionist.h"
20
21
22// reads site configuration file returning true on success
23bool site_cfg_read (receptionist &recpt, const text_t &gsdlhome,
24 const text_t &collection, int &maxrequests);
25
26// main_cfg_read reads either collect.cfg or main.cfg and returning
27// true on success. It attempts to read collect.cfg first if a
28// collection is specified and then it tries to read in main.cfg
29bool main_cfg_read (receptionist &recpt, const text_t &gsdlhome,
30 const text_t &collection);
31
32
33#endif
Note: See TracBrowser for help on using the repository browser.