summaryrefslogtreecommitdiff
path: root/src/core/misc.h
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2016-02-13 13:12:29 +0100
committerLemonBoy <thatlemon@gmail.com>2016-06-05 16:24:55 +0200
commitbb190be0bfac956ada4f74a514ff70f28b114efa (patch)
tree5abd9b45a6a65e0f0ed02e1885a4c2b671367718 /src/core/misc.h
parent1a6ec1b0b63c4ffbaf22137157a6fae3570b6839 (diff)
downloadirssi-bb190be0bfac956ada4f74a514ff70f28b114efa.zip
Replace mkpath with g_mkdir_with_parents
Diffstat (limited to 'src/core/misc.h')
-rw-r--r--src/core/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/misc.h b/src/core/misc.h
index 7e78d3b9..58b665bf 100644
--- a/src/core/misc.h
+++ b/src/core/misc.h
@@ -39,8 +39,6 @@ GSList *hashtable_get_keys(GHashTable *hash);
/* easy way to check if regexp matches */
int regexp_match(const char *str, const char *regexp);
-/* Create the directory and all it's parent directories */
-int mkpath(const char *path, int mode);
/* convert ~/ to $HOME */
char *convert_home(const char *path);