changeset 32029:b81172c6dd5c

cosmetics: Group all extern variable declarations together.
author diego
date Thu, 09 Sep 2010 15:39:10 +0000
parents 9e6fdede8ece
children c2d9c19985cb
files mpcommon.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.h	Thu Sep 09 14:52:37 2010 +0000
+++ b/mpcommon.h	Thu Sep 09 15:39:10 2010 +0000
@@ -32,6 +32,9 @@
 extern float sub_delay;
 extern float sub_fps;
 
+extern int disable_system_conf;
+extern int disable_user_conf;
+
 extern const char *mencoder_version;
 extern const char *mplayer_version;
 
@@ -43,7 +46,4 @@
 int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
 void set_osd_subtitle(subtitle *subs);
 
-extern int disable_system_conf;
-extern int disable_user_conf;
-
 #endif /* MPLAYER_MPCOMMON_H */