Replaced open_form() with new_fs() for the last time and dropped the function.
[mmh] / h / utils.h
index bc5c2ec..7ee6046 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -1,6 +1,6 @@
 /*
- * utils.h -- utility prototypes
- */
+** utils.h -- utility prototypes
+*/
 
 void *mh_xmalloc(size_t);
 void *mh_xrealloc(void *, size_t);
@@ -16,4 +16,3 @@ struct msgs_array {
 };
 
 void app_msgarg(struct msgs_array *, char *);
-int open_form(char **, char *);