From 06372eab260c4d2cba43bfef0d668744aa6c1216 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 29 Jun 2008 14:39:00 +0200 Subject: [PATCH] Make mp3_get_file_info() static. --- mp3_afh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mp3_afh.c b/mp3_afh.c index b8d3f5a9..92762074 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -373,7 +373,7 @@ err_out: /* * 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; -- 2.39.2