X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhatnowproc.c;h=cd215020f0e2b2df6671398c870e56a2295e8ab2;hp=caeeec2c79017cdc54254967c23f461c246299c1;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/whatnowproc.c b/uip/whatnowproc.c index caeeec2..cd21502 100644 --- a/uip/whatnowproc.c +++ b/uip/whatnowproc.c @@ -3,6 +3,10 @@ * whatnowproc.c -- exec the "whatnowproc" * * $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 @@ -17,6 +21,10 @@ * it will call this routine directly without exec'ing it. */ +/* from whatnowsbr.c */ +int WhatNow (int, char **); + + int what_now (char *ed, int nedit, int use, char *file, char *altmsg, int dist, struct msgs *mp, char *text, int inplace, char *cwd)