X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=a63e2e861b27e0f5ae0582037dcc862e804ca0f0;hp=d38e435942843508760e2b5ced1d2c05840efc39;hb=c3adc69511c64f4d10930c296375c4bb5e69a272;hpb=8a8cd0f5bb40dcfad68608193e8c57decd90b25e diff --git a/mp3_afh.c b/mp3_afh.c index d38e4359..a63e2e86 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Andre Noll + * Copyright (C) 2003-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ #include "server.cmdline.h" #include "server.h" -#include "afs.h" +#include "vss.h" #include "afh.h" #include "error.h" #include "fd.h" @@ -483,6 +483,12 @@ static void mp3_close_audio_file(void) } static const char* mp3_suffixes[] = {"mp3", NULL}; + +/** + * the init function of the mp3 audio format handler + * + * \param p pointer to the struct to initialize + */ void mp3_init(struct audio_format_handler *p) { af = p;