view parser-mpcmd.h @ 19827:5d3bd75d4deb

r19832: remove leftover parenthesis r19829: Improve TrueType font installation section. r19828: Move subtitles and OSD section from the installation to the usage chapter.
author kraymer
date Wed, 13 Sep 2006 16:14:08 +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