X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvdist.c;h=fd6f81c203c9e88a99b476db54dd2da3772e7115;hb=4fbbf33311630a467654077776f088d7810c2202;hp=922670b52448c74d97d181cf3c240dc8e97e6ae4;hpb=794dab6aa5027ffaf024506140c258f6a0a9322d;p=mmh diff --git a/uip/rcvdist.c b/uip/rcvdist.c index 922670b..fd6f81c 100644 --- a/uip/rcvdist.c +++ b/uip/rcvdist.c @@ -3,12 +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 static struct swit switches[] = { #define FORMSW 0 @@ -16,7 +21,7 @@ static struct swit switches[] = { #define VERSIONSW 1 { "version", 0 }, #define HELPSW 2 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };