summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index e1e49e7..eb74034 100644
--- a/util.h
+++ b/util.h
@@ -6,4 +6,5 @@ FILE *xfopen(const char *, const char *);
int xfputs(const char *, FILE *);
void *xmalloc(size_t);
void *xrealloc(void *, size_t);
+int mkparentdirs(const char *);
size_t my_strlcpy(char *, const char *, size_t);