X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv_common.c;h=31fd81f1ec52c3d0b6204e8b3663a7d36e14fbb3;hp=7bb775fe214af8880bc1244743760b59a2188e46;hb=a1610c2bd6e3097c6473c5403bfd59425b2058ba;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83 diff --git a/recv_common.c b/recv_common.c index 7bb775fe..31fd81f1 100644 --- a/recv_common.c +++ b/recv_common.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file recv_common.c common functions of para_recv and para_audiod */ @@ -19,25 +15,10 @@ #include "recv.h" #include "string.h" -/** - * Call the init function of each paraslash receiver. - */ -void recv_init(void) -{ - int i; - - FOR_EACH_RECEIVER(i) { - const struct lls_command *cmd = RECV_CMD(i); - const struct receiver *r = lls_user_data(cmd); - if (r && r->init) - r->init(); - } -} - /** * Check if the given string is a valid receiver specifier. * - * \param \ra string of the form receiver_name [options...] + * \param ra string of the form receiver_name [options...] * \param lprp Filled in on success, undefined else. * * This function checks whether \a ra starts with the name of a receiver,