X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv_common.c;h=0393d7641abbae85e9645e260417551d4e7fea8b;hp=078e44d17eee3dd97770b5694574c243244d5b30;hb=0c4a3b0f50cf6cdf21e13441b76b7bf963cd6876;hpb=69f0930489da9ace5af8aee104ad21d188aed387 diff --git a/recv_common.c b/recv_common.c index 078e44d1..0393d764 100644 --- a/recv_common.c +++ b/recv_common.c @@ -20,12 +20,11 @@ #include "para.h" +#include "list.h" +#include "sched.h" #include "recv.h" #include "string.h" -void (*crypt_function_recv)(unsigned long len, const unsigned char *indata, unsigned char *outdata) = NULL; -void (*crypt_function_send)(unsigned long len, const unsigned char *indata, unsigned char *outdata) = NULL; - DEFINE_RECEIVER_ARRAY; static void *parse_receiver_args(int receiver_num, char *options) {