Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / prompter.c
index fd10aca..35f6860 100644 (file)
@@ -400,7 +400,8 @@ no_body:
     unlink (tmpfil);
 
     context_save ();   /* save the context file */
     unlink (tmpfil);
 
     context_save ();   /* save the context file */
-    return done (0);
+    done (0);
+    return 1;
 }
 
 
 }