]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh.c
ogg_afh.c: make two functions static
[paraslash.git] / 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;
 }
 
-long cb_tell(void *datasource)
+static long cb_tell(void *datasource)
 {
        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 */