[MPlayer-cvslog] r26161 - trunk/parser-mpcmd.h

diego subversion at mplayerhq.hu
Tue Mar 4 22:14:05 CET 2008


Author: diego
Date: Tue Mar  4 22:14:05 2008
New Revision: 26161

Log:
Remove pointless extern keyword from function declaration.


Modified:
   trunk/parser-mpcmd.h

Modified: trunk/parser-mpcmd.h
==============================================================================
--- trunk/parser-mpcmd.h	(original)
+++ trunk/parser-mpcmd.h	Tue Mar  4 22:14:05 2008
@@ -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 */



More information about the MPlayer-cvslog mailing list