X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv_common.c;h=2840df00b4317d143bcadec5637e0ca4d1200ef7;hp=5f2412b5a0b02c0a40b479ed4ed635c43adb617e;hb=002731cd3938f3be6b71651e56c062af1adcdec0;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/recv_common.c b/recv_common.c index 5f2412b5..2840df00 100644 --- a/recv_common.c +++ b/recv_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -85,6 +85,11 @@ void *check_receiver_arg(char *ra, int *receiver_num) return NULL; } +/** + * Print out the help texts to all receivers. + * + * \param detailed Whether the detailed help should be printed. + */ void print_receiver_helps(int detailed) { int i;