X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=1612717d8d68ed97ace4095e7f6999f6a1e0a682;hp=cbd92773fe2d6f6452c69e6aa53574698669fe62;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822 diff --git a/uip/scan.c b/uip/scan.c index cbd9277..1612717 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -3,12 +3,17 @@ * scan.c -- display a one-line "scan" listing of folder or 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 /* @@ -42,7 +47,7 @@ static struct swit switches[] = { #define VERSIONSW 10 { "version", 0 }, #define HELPSW 11 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };