Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / rcvpack.c
index f9834be..f120afd 100644 (file)
@@ -8,7 +8,7 @@
 #include <h/mh.h>
 #include <h/dropsbr.h>
 #include <h/rcvmail.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <zotnet/mts/mts.h>
 
 static struct swit switches[] = {
@@ -19,7 +19,7 @@ static struct swit switches[] = {
 #define VERSIONSW    2
     { "version", 0 },
 #define        HELPSW       3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };