home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * Module : Configuration File Parser --- Parse the configuration file.
- *
- * Author : John W. M. Stevens
- ******************************************************************************/
-
- #if ! defined(CONFIG_FILE_PARSER)
- #define CONFIG_FILE_PARSER
-
- #include "parse.h"
-
- /* External function prototypes. */
- extern
- SEGMENT *ReadConfig(char *CfgFlNm);
-
- #endif
-