X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=36b0f1db62e348c9ab7ccdfc3b32ba656d698c5f;hp=6fb70b9a70897e65232732a71194f666236b5a1c;hb=b3c68fd8519a426d6b6285dcb5a865670285e99a;hpb=a61e862450dc1e74394bf5bbf7002d9947f98d31 diff --git a/recv.h b/recv.h index 6fb70b9a..36b0f1db 100644 --- a/recv.h +++ b/recv.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file recv.h Receiver-related structures and exported symbols of recv_common.c. */ @@ -43,12 +39,6 @@ struct receiver_node { * \sa \ref http_recv.c, \ref udp_recv.c. */ struct receiver { - /** - * The optional receiver init function. - * - * Performs any initialization needed before the receiver can be opened. - */ - void (*init)(void); /** * Open one instance of the receiver. * @@ -118,7 +108,6 @@ struct receiver { /** Iterate over all available receivers. */ #define FOR_EACH_RECEIVER(i) for (i = 1; lls_cmd(i, recv_cmd_suite); i++) -void recv_init(void); int check_receiver_arg(const char *ra, struct lls_parse_result **lprp); void print_receiver_helps(bool detailed); int generic_recv_pre_select(struct sched *s, struct receiver_node *rn);