]> git.marmaro.de Git - mmh/blobdiff - h/utils.h
All of the arguments to AC_ARG_ENABLE need to be quoted, otherwise the
[mmh] / h / utils.h
index 92fdabac40dbb534a43ada73145c25561ee11108..b9660a5399e7962886e7ea51a242f76cf9aeeb00 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -1,15 +1,14 @@
 
 /*
  * utils.h -- utility prototypes
- *
- * $Id$
  */
 
 void *mh_xmalloc(size_t);
 void *mh_xrealloc(void *, size_t);
 char *pwd(void);
 char *add(char *, char *);
-void create_folder(char *, int, void (*)());
+int folder_exists(char *);
+void create_folder(char *, int, void (*)(int));
 int num_digits(int);
 
 struct msgs_array {