/******************************************************************************
* 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


syntax highlighted by Code2HTML, v. 0.9.1