From b661f91b340f1c5e2f58de2609d27c096a4fb711 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 11 Feb 2007 17:19:29 +0100 Subject: [PATCH] playlist_selector.c, random_selector.c: make update_audio_file() static --- playlist_selector.c | 2 +- random_selector.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playlist_selector.c b/playlist_selector.c index c40976d4..d0c64cc2 100644 --- a/playlist_selector.c +++ b/playlist_selector.c @@ -245,7 +245,7 @@ static size_t string_offset(const char *str, size_t max) return l - max; } -void pls_update_audio_file(char *audio_file) +static void pls_update_audio_file(char *audio_file) { unsigned i; char *dir = para_dirname(audio_file), diff --git a/random_selector.c b/random_selector.c index 4c803d84..c7cfdb15 100644 --- a/random_selector.c +++ b/random_selector.c @@ -106,7 +106,7 @@ out: return ret_list; } -void random_update_audio_file(char *audio_file) +static void random_update_audio_file(char *audio_file) { char *dn = para_dirname(audio_file); snprintf(mmd->selector_info, MMD_INFO_SIZE - 1, -- 2.39.5