changeset 26127:e666cd9a8056

Remove pointless extern keyword from function declaration.
author diego
date Tue, 04 Mar 2008 20:58:25 +0000
parents 4d7f8b0bebe7
children ce037755ee6f
files parser-cfg.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/parser-cfg.h	Tue Mar 04 19:34:56 2008 +0000
+++ b/parser-cfg.h	Tue Mar 04 20:58:25 2008 +0000
@@ -1,6 +1,6 @@
 #ifndef MPLAYER_PARSER_CFG_H
 #define MPLAYER_PARSER_CFG_H
 
-extern int m_config_parse_config_file(m_config_t* config, char *conffile);
+int m_config_parse_config_file(m_config_t* config, char *conffile);
 
 #endif /* MPLAYER_PARSER_CFG_H */