X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnow.c;h=0488f94ee15d14dced62ecac910abd0403afb84f;hb=bf5e3d96f882fe51157059787cd658d4a7ddd840;hp=0033f8b29d7a70cadeebb7be64707351242ab58b;hpb=8563731b02ce9d750806f6b1769af8b399d964e8;p=mmh diff --git a/uip/whatnow.c b/uip/whatnow.c index 0033f8b..0488f94 100644 --- a/uip/whatnow.c +++ b/uip/whatnow.c @@ -1,21 +1,22 @@ - /* - * whatnow.c -- the nmh `WhatNow' shell - * - * $Id$ - */ +** whatnow.c -- the nmh `WhatNow' shell +** +** 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 /* from whatnowsbr.c */ -int WhatNow (int, char **); +int WhatNow(int, char **); int -main (int argc, char **argv) +main(int argc, char **argv) { #ifdef LOCALE - setlocale(LC_ALL, ""); + setlocale(LC_ALL, ""); #endif - return WhatNow (argc, argv); + return WhatNow(argc, argv); }