view parser-cfg.h @ 25608:3ada48a71450

Use a screensaver_off variable to save current state and avoid uselessly disabling twice. Also needed for a future patch.
author reimar
date Mon, 07 Jan 2008 12:18:17 +0000
parents d88f5f82826e
children 4129c8cfa742
line wrap: on
line source

#ifndef PARSER_CFG_H
#define PARSER_CFG_H

extern int m_config_parse_config_file(m_config_t* config, char *conffile);

#endif /* PARSER_CFG_H */