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
move vo event check together with gui event check
[mplayer.git]
/
parser-cfg.h
blob
bd537806cb0176149364adce39070ff42dea1104
1
#ifndef _parser_cfg_h
2
#define _parser_cfg_h
3
4
extern
int
m_config_parse_config_file
(
m_config_t
*
config
,
char
*
conffile
);
5
6
#endif