mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 09:25:56 +00:00
840a77bd06
* create new .h files where necessary todo: * go trough other files than mplayer.c * vf_menu_pause_update() * mp_input_register_options() * import_playtree_playlist_into_gui() * import_initial_playtree_into_gui() For more infos see http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-September/045683.html ( 20060902133225.2cc82aec.attila@kinali.ch on -dev-eng ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19814 b3059339-0415-0410-9bf9-f77b7e298cf2
7 lines
152 B
C
7 lines
152 B
C
#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
|