]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
playlist_selector.c, random_selector.c: make update_audio_file() static
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 16:19:29 +0000 (17:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 16:19:29 +0000 (17:19 +0100)
playlist_selector.c
random_selector.c

index c40976d4635f1fb04fd0ebae422410e4c6651b23..d0c64cc232d2b75b9abc524156e79a35e4252c2a 100644 (file)
@@ -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),
index 4c803d8459f2059fba58a489d6fe72da9c26262d..c7cfdb1519cd266007ce86a3b53c428b3a8e4b3a 100644 (file)
@@ -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,