X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=cb0611e01440a2a1e23e4c586a602c16cb7bbc16;hp=2ddf0ee35818fc7fe7aa59ccaf04ad75e7a07502;hb=a85b3b947174c64ce06b4d6e438677055bf3f1ae;hpb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7 diff --git a/ogg_afh.c b/ogg_afh.c index 2ddf0ee3..cb0611e0 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -212,7 +212,7 @@ static const char * const ogg_suffixes[] = {"ogg", NULL}; * * \param afh Pointer to the struct to initialize. */ -void ogg_init(struct audio_format_handler *afh) +void ogg_afh_init(struct audio_format_handler *afh) { afh->get_file_info = ogg_vorbis_get_file_info; afh->get_header = vorbis_get_header;