X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=859fd6119a524589fd17f1e316aba4a7942fa600;hb=77264e47dcd6a606ecff2f86f14359f25ab0eba0;hp=a16b006ffa0527d5d4f4301b1e13122457b1756a;hpb=245b44acd4f1c16395844683f6aff10699967dc0;p=paraslash.git diff --git a/vss.c b/vss.c index a16b006f..859fd611 100644 --- a/vss.c +++ b/vss.c @@ -15,7 +15,7 @@ #include /* mmap */ #include /* gettimeofday */ #include "server.cmdline.h" -#include "afs.h" +#include "afs_common.h" #include "vss.h" #include "send.h" #include "error.h" @@ -400,7 +400,7 @@ static void vss_eof(void) * treamtment. * */ -char *vss_get_header(unsigned *header_len) +char *vss_get_header(size_t *header_len) { if (mmd->audio_format < 0 || !map || !mmd->afi.header_len) return NULL;