Replaced open_form() with new_fs() for the last time and dropped the function.
[mmh] / h / utils.h
index 9c19e92..7ee6046 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -1,16 +1,13 @@
-
 /*
- * utils.h -- utility prototypes
- *
- * $Id$
- */
+** utils.h -- utility prototypes
+*/
 
 void *mh_xmalloc(size_t);
 void *mh_xrealloc(void *, size_t);
 char *pwd(void);
 char *add(char *, char *);
 int folder_exists(char *);
-void create_folder(char *, int, void (*)());
+void create_folder(char *, int, void (*)(int));
 int num_digits(int);
 
 struct msgs_array {
@@ -19,4 +16,3 @@ struct msgs_array {
 };
 
 void app_msgarg(struct msgs_array *, char *);
-int open_form(char **, char *);