X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=42dd7539f647b1e1051870f673fc2f300cfa4a4d;hp=e5d0ff138fcfc5efed849679ca430bff87726074;hb=3d33c9e922243e6f9f716c5a220d10e34bd694b7;hpb=8d106ca317a2c42f35a86ba244f843688f6939e6 diff --git a/mp3_afh.c b/mp3_afh.c index e5d0ff13..42dd7539 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2003 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2003 Andre Noll , see file COPYING. */ /** \file mp3_afh.c para_server's mp3 audio format handler */ @@ -690,7 +686,7 @@ static const char * const mp3_suffixes[] = {"mp3", NULL}; * * \param afh pointer to the struct to initialize */ -void mp3_init(struct audio_format_handler *afh) +void mp3_afh_init(struct audio_format_handler *afh) { afh->get_file_info = mp3_get_file_info; afh->suffixes = mp3_suffixes;