view parser-mpcmd.h @ 27305:b20d1786f838

No idea which vos support -noborder how well, though those based on X11 or running on Windows _should_ work. Just remove that line for now.
author reimar
date Tue, 22 Jul 2008 18:40:01 +0000
parents 83c95bd31aab
children c1a3f1bbba26
line wrap: on
line source

#ifndef MPLAYER_PARSER_MPCMD_H
#define MPLAYER_PARSER_MPCMD_H

#include "playtree.h"
#include "m_config.h"

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

#endif /* MPLAYER_PARSER_MPCMD_H */