X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3_afh.c;h=46fcfbca6102ab37be3b071c014a078fb738a46c;hb=19711eb920137434104f561086d6ba79b6af5eae;hp=0eb1188eda0f578fbe2382a99514eec81737a9a4;hpb=471684761a2039bbc89aa1e3c33c62de6bef86cf;p=paraslash.git diff --git a/mp3_afh.c b/mp3_afh.c index 0eb1188e..46fcfbca 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -16,6 +16,8 @@ * Johannes Overmann */ +#include "para.h" +#include "afh.h" #include "server.h" #include "error.h" #include "string.h" @@ -399,7 +401,7 @@ err_out: /* * Read mp3 information from audio file */ -static int mp3_get_file_info(char *map, size_t numbytes, +int mp3_get_file_info(char *map, size_t numbytes, struct audio_format_info *afi) { int ret;