Mercurial > mplayer.hg
changeset 25606:a3f9b22287ca
Make some functions in mplayer.c static
author | reimar |
---|---|
date | Sun, 06 Jan 2008 22:03:59 +0000 |
parents | cae067bfc231 |
children | 9d0b189ce1b2 |
files | mplayer.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Sun Jan 06 21:19:59 2008 +0000 +++ b/mplayer.c Sun Jan 06 22:03:59 2008 +0000 @@ -833,7 +833,7 @@ } } -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 @@ #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 @@ return frame_time; } -void pause_loop(void) +static void pause_loop(void) { mp_cmd_t* cmd; if (!quiet) {