projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2357862
)
Make mp3_get_file_info() static.
author
Andre Noll
<maan@systemlinux.org>
Sun, 29 Jun 2008 12:39:00 +0000
(14:39 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 29 Jun 2008 12:39:00 +0000
(14:39 +0200)
mp3_afh.c
patch
|
blob
|
history
diff --git
a/mp3_afh.c
b/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
*/
-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;