From: Josh Bressers Date: Tue, 21 Feb 2006 01:05:24 +0000 (+0000) Subject: Add missing create_folder prototype. X-Git-Tag: nmh-1_3_RC1~57 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=ac9b744ede346c3929794a14ae5c8d3580b7fdb6 Add missing create_folder prototype. --- diff --git a/h/utils.h b/h/utils.h index 542baec..950e8a9 100644 --- a/h/utils.h +++ b/h/utils.h @@ -9,3 +9,4 @@ void *mh_xmalloc(size_t); void *mh_xrealloc(void *, size_t); char *pwd(void); char *add(char *, char *); +void create_folder(char *, int, void (*)());