Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / rcvpack.c
index 1520cbe..a760177 100644 (file)
@@ -8,8 +8,8 @@
 #include <h/mh.h>
 #include <h/dropsbr.h>
 #include <h/rcvmail.h>
-#include <zotnet/tws/tws.h>
-#include <zotnet/mts/mts.h>
+#include <h/tws.h>
+#include <mts/generic/mts.h>
 
 static struct swit switches[] = {
 #define MBOXSW       0
@@ -19,7 +19,7 @@ static struct swit switches[] = {
 #define VERSIONSW    2
     { "version", 0 },
 #define        HELPSW       3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -99,5 +99,5 @@ main (int argc, char **argv)
     if (mbx_close (file, md) == NOTOK)
        done (RCV_MBX);
 
-    done (RCV_MOK);
+    return done (RCV_MOK);
 }