X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8563731b02ce9d750806f6b1769af8b399d964e8..d3a300121b033551031ffbdaa9202fb4aa4453f3:/uip/rcvdist.c diff --git a/uip/rcvdist.c b/uip/rcvdist.c index 5fca8ec5..fd6f81c2 100644 --- a/uip/rcvdist.c +++ b/uip/rcvdist.c @@ -3,13 +3,17 @@ * rcvdist.c -- asynchronously redistribute messages * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include #include #include -#include -#include +#include +#include static struct swit switches[] = { #define FORMSW 0 @@ -17,7 +21,7 @@ static struct swit switches[] = { #define VERSIONSW 1 { "version", 0 }, #define HELPSW 2 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };