]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ogg_afh.c: make two functions static
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 18:17:30 +0000 (19:17 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 18:17:30 +0000 (19:17 +0100)
ogg_afh.c

index 28ab42a2b0c54ef311a33d72d8e9e5439a1f44ed..3447f547856556b012585dd795baa5ef0d5aee6b 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -51,13 +51,13 @@ static int cb_close(__a_unused void *datasource)
        return 0;
 }
 
        return 0;
 }
 
-long cb_tell(void *datasource)
+static long cb_tell(void *datasource)
 {
        FILE *f = datasource;
        return ftell(f);
 }
 
 {
        FILE *f = datasource;
        return ftell(f);
 }
 
-int ogg_open_callbacks(void *datasource, OggVorbis_File *vf, ov_callbacks c)
+static int ogg_open_callbacks(void *datasource, OggVorbis_File *vf, ov_callbacks c)
 {
        int ret = ov_open_callbacks(datasource, vf,
                NULL, /* no initial buffer */
 {
        int ret = ov_open_callbacks(datasource, vf,
                NULL, /* no initial buffer */