]> diplodocus.org Git - nmh/blobdiff - uip/whatnow.c
Fixed a typo in the SRCS definition; had a .o where it should have been a .c
[nmh] / uip / whatnow.c
index 34c560ee8d29a90f534363d01f2daddba58255b1..d9954264631ea78a30337635674f3108ebb5b8bd 100644 (file)
@@ -3,10 +3,17 @@
  * whatnow.c -- the nmh `WhatNow' shell
  *
  * $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>
 
+/* from whatnowsbr.c */
+int WhatNow (int, char **);
+
 
 int
 main (int argc, char **argv)