comparison gui/cfg.h @ 35521:baf53d200292

Avoid using local variables named filename. This is the name of a global MPlayer variable. Avoiding it avoids confusion.
author ib
date Wed, 05 Dec 2012 23:28:14 +0000
parents ac6b38cd0d45
children
comparison
equal deleted inserted replaced
35520:ecbaf301748f 35521:baf53d200292
87 87
88 extern char *skinName; 88 extern char *skinName;
89 89
90 extern char *fsHistory[5]; 90 extern char *fsHistory[5];
91 91
92 int cfg_gui_include(m_option_t *conf, const char *filename); 92 int cfg_gui_include(m_option_t *conf, const char *file);
93 void cfg_read(void); 93 void cfg_read(void);
94 void cfg_write(void); 94 void cfg_write(void);
95 95
96 #endif /* MPLAYER_GUI_CFG_H */ 96 #endif /* MPLAYER_GUI_CFG_H */