Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / conflict.c
index 29a12e7..1a921cd 100644 (file)
@@ -134,7 +134,7 @@ main (int argc, char **argv)
 #endif /* UCI */
     maildrops ();
 
-    done (0);
+    return done (0);
 }