Rearranged whitespace (and comments) in all the code!
[mmh] / h / utils.h
index 9c19e92..bc5c2ec 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -1,8 +1,5 @@
-
 /*
  * utils.h -- utility prototypes
- *
- * $Id$
  */
 
 void *mh_xmalloc(size_t);
@@ -10,7 +7,7 @@ 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 {