diff mplayer.h @ 32066:8d92770a9c7b

Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
author diego
date Sat, 11 Sep 2010 12:13:30 +0000
parents c3c015112837
children faefba58f413
line wrap: on
line diff
--- a/mplayer.h	Sat Sep 11 12:10:43 2010 +0000
+++ b/mplayer.h	Sat Sep 11 12:13:30 2010 +0000
@@ -38,6 +38,7 @@
 
 /* for the GUI */
 extern int auto_quality;
+extern int disable_gui_conf;
 extern int stream_dump_type;
 
 void update_set_of_subtitles(void);