view parser-cfg.h @ 25131:07ef7ca128db

Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remains obscure. In the unlikely case that someone should need it, it is archived at http://www1.mplayerhq.hu/MPlayer/contrib/win32/ Blessed by Benjamin.
author diego
date Sun, 25 Nov 2007 15:32:18 +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