home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume36 / unpost / part07 / config.h next >
Encoding:
C/C++ Source or Header  |  1993-04-18  |  452 b   |  17 lines

  1. /******************************************************************************
  2. * Module    :   Configuration File Parser --- Parse the configuration file.
  3. *
  4. * Author    :   John W. M. Stevens
  5. ******************************************************************************/
  6.  
  7. #if ! defined(CONFIG_FILE_PARSER)
  8. #define CONFIG_FILE_PARSER
  9.  
  10. #include    "parse.h"
  11.  
  12. /*  External function prototypes.   */
  13. extern
  14. SEGMENT *ReadConfig(char    *CfgFlNm);
  15.  
  16. #endif
  17.