comparison gui/cfg.h @ 34561:f744357e94bd

Make cfg_read() and cfg_write() void functions. There is no error handling other than instantly exiting MPlayer and the return values aren't used anywhere.
author ib
date Fri, 03 Feb 2012 13:57:10 +0000
parents c28c967e40e9
children ac6b38cd0d45
comparison
equal deleted inserted replaced
34560:abcf26dcec6b 34561:f744357e94bd
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 *filename);
93 int cfg_read(void); 93 void cfg_read(void);
94 int cfg_write(void); 94 void cfg_write(void);
95 95
96 #endif /* MPLAYER_GUI_CFG_H */ 96 #endif /* MPLAYER_GUI_CFG_H */