mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
baee7815d5
Leading underscores are reserved for system identifiers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
7 lines
171 B
C
7 lines
171 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 /* PARSER_MPCMD_H */
|