X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=a37e4d08dc0be08d1c092cfd3156b5b413de9d3b;hp=c021b17bdbefdbcc7e562f496b6ae14917d3d681;hb=f78b535b0d7863152b7ca463b2b499485f4ea1a7;hpb=4ac3134c050ba28b57e0ae9686eb1f6d83e6d586 diff --git a/recv.c b/recv.c index c021b17b..a37e4d08 100644 --- a/recv.c +++ b/recv.c @@ -13,15 +13,20 @@ #include "list.h" #include "sched.h" #include "ggo.h" +#include "buffer_tree.h" #include "recv.h" #include "recv.cmdline.h" #include "fd.h" #include "string.h" #include "error.h" #include "stdout.h" -#include "buffer_tree.h" #include "version.h" +extern void afh_recv_init(struct receiver *r); +#undef AFH_RECEIVER +#define AFH_RECEIVER {.name = "afh", .init = afh_recv_init}, +DEFINE_RECEIVER_ARRAY; + /** The gengetopt args info struct. */ static struct recv_args_info conf;