repo.or.cz
/
mplayer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added missing "&"
[mplayer.git]
/
parser-mpcmd.h
blob
de5aa5a5493b3e195a1da14f6db089050ea94342
1
#ifndef PARSER_MPCMD_H
2
#define PARSER_MPCMD_H
3
4
extern
play_tree_t
*
m_config_parse_mp_command_line
(
m_config_t
*
config
,
int
argc
,
char
**
argv
);
5
6
#endif
/* PARSER_MPCMD_H */