X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=d0f57aec9a9cda035b58f561af8855a10dacbc05;hb=aea0aba712b2170e2d39ffa1c8f8cb55fc0881bf;hp=a16b006ffa0527d5d4f4301b1e13122457b1756a;hpb=2dc34e647ad80b3911e166de27182e94f6043215;p=paraslash.git diff --git a/vss.c b/vss.c index a16b006f..d0f57aec 100644 --- a/vss.c +++ b/vss.c @@ -11,11 +11,13 @@ * senders. */ +#include "para.h" +#include "afh.h" #include "server.h" #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 +402,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;