source: trunk/gsdl/src/colservr/colservrconfig.h@ 367

Last change on this file since 367 was 166, 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: 753 bytes
Line 
1/**********************************************************************
2 *
3 * colservrconfig.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: colservrconfig.h 166 1999-02-21 22:35:26Z rjmcnab $
9 *
10 *********************************************************************/
11
12
13#ifndef COLSERVRCONFIG_H
14#define COLSERVRCONFIG_H
15
16
17#include "gsdlconf.h"
18#include "text_t.h"
19#include "collectserver.h"
20
21
22// collect_cfg_read reads collect.cfg returning true on success.
23bool collect_cfg_read (collectserver &cserver, const text_t &gsdlhome,
24 const text_t &collection);
25
26// build_cfg_read reads build.cfg and returns true on success.
27bool build_cfg_read (collectserver &cserver, const text_t &gsdlhome,
28 const text_t &collection);
29
30
31#endif
Note: See TracBrowser for help on using the repository browser.