/**
 * @file parse.h
 * @author Joe Wingbermuehle
 * @date 2004-2006
 *
 * @brief Header file for the JWM configuration parser.
 *
 */

#ifndef PARSE_H
#define PARSE_H

/** Parse a configuration file.
 * @param fileName The file to parse.
 */
void ParseConfig(const char *fileName);

#endif /* PARSE_H */



syntax highlighted by Code2HTML, v. 0.9.1