view parser-mpcmd.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_mpcmd_h
#define _parser_mpcmd_h

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif