]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Make mp3_get_file_info() static.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Jun 2008 12:39:00 +0000 (14:39 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 29 Jun 2008 12:39:00 +0000 (14:39 +0200)
mp3_afh.c

index b8d3f5a9d3f44678c39bc4d0e0239c9a69ffa949..927620748d19c0c0949d8e596aa2e4ca34ba6b98 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -373,7 +373,7 @@ err_out:
 /*
  * Read mp3 information from audio file
  */
 /*
  * Read mp3 information from audio file
  */
-int mp3_get_file_info(char *map, size_t numbytes,
+static int mp3_get_file_info(char *map, size_t numbytes,
                struct afh_info *afhi)
 {
        int ret;
                struct afh_info *afhi)
 {
        int ret;