Remove RCS keywords, since they no longer work after git migration.
[mmh] / h / utils.h
index 9c19e92..b9660a5 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -1,8 +1,6 @@
 
 /*
  * utils.h -- utility prototypes
- *
- * $Id$
  */
 
 void *mh_xmalloc(size_t);
@@ -10,7 +8,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 {