view parser-cfg.h @ 24603:4d4c5efcfdb0

Disable buggy unused function via #if 0, blessed by Rich. Fixes warning: vf_pullup.c: At top level: vf_pullup.c:82: warning: 'get_image' defined but not used
author diego
date Wed, 26 Sep 2007 22:48:59 +0000
parents 5385740067a1
children d88f5f82826e
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