X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..2cb94fc491ecfbab796f2287f1be4a2c85a8a46d:/uip/whatnowproc.c diff --git a/uip/whatnowproc.c b/uip/whatnowproc.c index cd215020..fc8783d0 100644 --- a/uip/whatnowproc.c +++ b/uip/whatnowproc.c @@ -2,8 +2,6 @@ /* * 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. @@ -21,13 +19,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) + struct msgs *mp, char *text, int inplace, char *cwd, int atfile) { int found, k, msgnum, vecp; int len, buflen; @@ -65,6 +60,8 @@ what_now (char *ed, int nedit, int use, char *file, char *altmsg, int dist, } snprintf (buffer, sizeof(buffer), "%d", use); m_putenv ("mhuse", buffer); + snprintf (buffer, sizeof(buffer), "%d", atfile); + m_putenv ("mhatfile", buffer); unputenv ("mhmessages"); unputenv ("mhannotate");