Mercurial > mplayer.hg
annotate parser-mpcmd.h @ 26129:704ef034ed7c
Remove pointless extern keyword from function declaration.
| author | diego |
|---|---|
| date | Tue, 04 Mar 2008 21:14:05 +0000 |
| parents | 4129c8cfa742 |
| children | 83c95bd31aab |
| rev | line source |
|---|---|
| 26029 | 1 #ifndef MPLAYER_PARSER_MPCMD_H |
| 2 #define MPLAYER_PARSER_MPCMD_H | |
| 19808 | 3 |
|
26129
704ef034ed7c
Remove pointless extern keyword from function declaration.
diego
parents:
26029
diff
changeset
|
4 play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); |
| 19808 | 5 |
| 26029 | 6 #endif /* MPLAYER_PARSER_MPCMD_H */ |
