* patch #3968: Move the add() function from its own file (add.c) and
[mmh] / uip / ali.c
index d03d717..737f68c 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -3,12 +3,17 @@
  * ali.c -- list nmh mail aliases
  *
  * $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>
 #include <h/addrsbr.h>
 #include <h/aliasbr.h>
-#include <zotnet/mts/mts.h>
+#include <h/mts.h>
+#include <h/utils.h>
 
 /*
  * maximum number of names
@@ -35,7 +40,7 @@ static struct swit switches[] = {
 #define VERSIONSW             8
     { "version", 0 },
 #define        HELPSW                9
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };