comparison gui/cfg.c @ 23795:1cb14b091f46

Fix a bunch of redundant redeclaration warnings.
author diego
date Wed, 18 Jul 2007 10:09:42 +0000
parents 17bf4f4b0715
children 35fcce39b121
comparison
equal deleted inserted replaced
23794:dac02a6abee1 23795:1cb14b091f46
74 #ifdef USE_ASS 74 #ifdef USE_ASS
75 gtkASS_t gtkASS; 75 gtkASS_t gtkASS;
76 #endif 76 #endif
77 // --- 77 // ---
78 78
79 extern char * get_path( const char * filename );
80 extern int flip;
81 extern int frame_dropping;
82 extern int stop_xscreensaver; 79 extern int stop_xscreensaver;
83 extern int m_config_parse_config_file(m_config_t* config, char *conffile); 80 extern int m_config_parse_config_file(m_config_t* config, char *conffile);
84 81
85 static m_config_t * gui_conf; 82 static m_config_t * gui_conf;
86 static m_option_t gui_opts[] = 83 static m_option_t gui_opts[] =