Return type of (*done)() changed to void. default_done() replaced by
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index bcfe6ae..7cdbead 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -336,7 +336,7 @@ extern char *vmhproc;
 extern char *whatnowproc;
 extern char *whomproc;
 
-extern int (*done) (int);
+extern void (*done) (int);
 
 #include <h/prototypes.h>