Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / forw.c
index ade775e..cff49c7 100644 (file)
@@ -64,11 +64,11 @@ static struct swit switches[] = {
 #define        HELPSW                23
     { "help", 4 },
 #define        FILESW                24
-    { "file file", -4 },               /* interface from msh */
+    { "file file", 4 },                        /* interface from msh */
 
 #ifdef MHE
 #define        BILDSW                25
-    { "build", -5 },                   /* interface from mhe */
+    { "build", 5 },                    /* interface from mhe */
 #endif /* MHE */
 
     { NULL, 0 }
@@ -447,7 +447,7 @@ try_it_again:
        done (0);
     what_now (ed, nedit, NOUSE, drft, NULL, 0, mp,
        anot ? "Forwarded" : NULL, inplace, cwd);
-    done (1);
+    return done (1);
 }