diff gui/cfg.h @ 33265:62c0471bcf8c

Free config. It isn't freed so far.
author ib
date Tue, 03 May 2011 13:19:39 +0000
parents b037199baddc
children 90e5f5c28304
line wrap: on
line diff
--- a/gui/cfg.h	Tue May 03 12:21:11 2011 +0000
+++ b/gui/cfg.h	Tue May 03 13:19:39 2011 +0000
@@ -19,6 +19,10 @@
 #ifndef MPLAYER_GUI_CFG_H
 #define MPLAYER_GUI_CFG_H
 
+#include "m_config.h"
+
+extern m_config_t *gui_conf;
+
 extern int gtkCacheOn;
 extern int gtkCacheSize;