projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08aa8c1
)
Add missing create_folder prototype.
author
Josh Bressers
<josh@bress.net>
Tue, 21 Feb 2006 01:05:24 +0000
(
01:05
+0000)
committer
Josh Bressers
<josh@bress.net>
Tue, 21 Feb 2006 01:05:24 +0000
(
01:05
+0000)
h/utils.h
patch
|
blob
|
history
diff --git
a/h/utils.h
b/h/utils.h
index
542baec
..
950e8a9
100644
(file)
--- 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 (*)());