From b87c4e15b88bdea9f67b3a9e83d0d3b47a3a3ddd Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 9 Sep 2010 15:39:10 +0000 Subject: cosmetics: mpcommon.h: Group all extern variable declarations together git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32113 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpcommon.h b/mpcommon.h index b025dcc890..14c1519d18 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -27,6 +27,9 @@ extern double sub_last_pts; extern struct ass_track *ass_track; extern subtitle *vo_sub_last; +extern int disable_system_conf; +extern int disable_user_conf; + extern const char *mencoder_version; extern const char *mplayer_version; @@ -41,7 +44,4 @@ int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang); void set_osd_subtitle(struct MPContext *mpctx, subtitle *subs); bool attachment_is_font(struct demux_attachment *att); -extern int disable_system_conf; -extern int disable_user_conf; - #endif /* MPLAYER_MPCOMMON_H */ -- cgit v1.2.3