Ignore:
Timestamp:
2000-02-22T11:01:02+13:00 (24 years ago)
Author:
sjboddie
Message:

gsdlhome now comes from gsdlsite.cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/recptconfig.h

    r533 r963  
    3737
    3838// reads site configuration file returning true on success
    39 bool site_cfg_read (receptionist &recpt, const text_t &gsdlhome,
    40              const text_t &collection, int &maxrequests);
     39bool site_cfg_read (receptionist &recpt, text_t &gsdlhome, int &maxrequests);
     40bool site_cfg_read (text_t &gsdlhome);
    4141
    4242// main_cfg_read reads either collect.cfg or main.cfg and returning
     
    4444// collection is specified and then it tries to read in main.cfg
    4545bool main_cfg_read (receptionist &recpt, const text_t &gsdlhome,
    46              const text_t &collection);
     46            const text_t &collection);
    4747
    4848
Note: See TracChangeset for help on using the changeset viewer.