Mercurial > mplayer.hg
changeset 26129:704ef034ed7c
Remove pointless extern keyword from function declaration.
author | diego |
---|---|
date | Tue, 04 Mar 2008 21:14:05 +0000 |
parents | ce037755ee6f |
children | e17acc5feca4 |
files | parser-mpcmd.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/parser-mpcmd.h Tue Mar 04 21:02:42 2008 +0000 +++ b/parser-mpcmd.h Tue Mar 04 21:14:05 2008 +0000 @@ -1,6 +1,6 @@ #ifndef MPLAYER_PARSER_MPCMD_H #define MPLAYER_PARSER_MPCMD_H -extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); +play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); #endif /* MPLAYER_PARSER_MPCMD_H */