[MPlayer-cvslog] r26159 - trunk/parser-cfg.h

diego subversion at mplayerhq.hu
Tue Mar 4 21:58:26 CET 2008


Author: diego
Date: Tue Mar  4 21:58:25 2008
New Revision: 26159

Log:
Remove pointless extern keyword from function declaration.


Modified:
   trunk/parser-cfg.h

Modified: trunk/parser-cfg.h
==============================================================================
--- trunk/parser-cfg.h	(original)
+++ trunk/parser-cfg.h	Tue Mar  4 21:58:25 2008
@@ -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 */



More information about the MPlayer-cvslog mailing list