summaryrefslogtreecommitdiffstats
path: root/gui/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/cfg.h')
-rw-r--r--gui/cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/cfg.h b/gui/cfg.h
index 8bd8fcc856..be542b0b8a 100644
--- a/gui/cfg.h
+++ b/gui/cfg.h
@@ -73,7 +73,7 @@ typedef struct {
extern gtkASS_t gtkASS;
#endif
-extern int cfg_read( void );
-extern int cfg_write( void );
+int cfg_read( void );
+int cfg_write( void );
#endif /* MPLAYER_GUI_CFG_H */