]> git.marmaro.de Git - mmh/blobdiff - uip/whatnowproc.c
Copy version number etc updates from trunk to 1.3 branch (they should
[mmh] / uip / whatnowproc.c
index caeeec2c79017cdc54254967c23f461c246299c1..cd215020f0e2b2df6671398c870e56a2295e8ab2 100644 (file)
@@ -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 <h/mh.h>
  * 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)