]> git.marmaro.de Git - mmh/blobdiff - uip/rcvdist.c
Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / rcvdist.c
index 922670b52448c74d97d181cf3c240dc8e97e6ae4..1c70d740e28f61d22913a4da2d847cbab6eecb24 100644 (file)
@@ -8,7 +8,8 @@
 #include <h/mh.h>
 #include <h/fmt_scan.h>
 #include <h/rcvmail.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
+#include <zotnet/mts/mts.h>
 
 static struct swit switches[] = {
 #define        FORMSW       0
@@ -16,7 +17,7 @@ static struct swit switches[] = {
 #define VERSIONSW    1
     { "version", 0 },
 #define        HELPSW       2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };