diff cfg-mplayer.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 13738bdebf9a
children dec2bc0855e8
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/cfg-mplayer.h	Wed Dec 03 23:01:03 2008 +0000
@@ -40,8 +40,8 @@
 
 extern char *unrar_executable;
 
-extern int vo_zr_parseoption(const m_option_t* conf, char *opt, char * param);
-extern void vo_zr_revertoption(const m_option_t* opt,char* pram);
+int vo_zr_parseoption(const m_option_t* conf, char *opt, char * param);
+void vo_zr_revertoption(const m_option_t* opt,char* pram);
 
 extern m_option_t dxr2_opts[];
 
@@ -54,8 +54,8 @@
 extern float monitor_pixel_aspect;
 
 extern int sws_flags;
-extern int readPPOpt(void *conf, char *arg);
-extern void revertPPOpt(void *conf, char* opt);
+int readPPOpt(void *conf, char *arg);
+void revertPPOpt(void *conf, char* opt);
 extern char* pp_help;
 
 const m_option_t vd_conf[]={