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