From 3dc7792ae3b3176d115fbc20deeea5f587620860 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 6 Jan 2008 22:03:59 +0000 Subject: [PATCH] Make some functions in mplayer.c static git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25634 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mplayer.c b/mplayer.c index e9acc685c4..f4607330ec 100644 --- a/mplayer.c +++ b/mplayer.c @@ -833,7 +833,7 @@ if ((conffile = get_path("")) == NULL) { } } -void load_per_file_config (m_config_t* conf, const char *const file) +static void load_per_file_config (m_config_t* conf, const char *const file) { char *confpath; char cfg[strlen(file)+10]; @@ -894,7 +894,7 @@ static int libmpdemux_was_interrupted(int eof) { #define mp_basename(s) (strrchr(s,'\\')==NULL?(mp_basename2(s)):(strrchr(s,'\\')+1)) -int playtree_add_playlist(play_tree_t* entry) +static int playtree_add_playlist(play_tree_t* entry) { play_tree_add_bpf(entry,filename); @@ -2082,7 +2082,7 @@ static double update_video(int *blit_frame) return frame_time; } -void pause_loop(void) +static void pause_loop(void) { mp_cmd_t* cmd; if (!quiet) {