about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 22:06:19 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 22:06:19 +0000
commitd86a77495339c3a1156c19979036d704ddf0cead (patch)
tree4f0c9329b6656f12c3aed35ea82b81d85c0c8c4d /src/common.h
parent9d34c41227cb7567b26872f2a10a8f7a1b01f487 (diff)
downloadprofani-tty-d86a77495339c3a1156c19979036d704ddf0cead.tar.gz
Moved directory creating functions to common.h
Removed duplicate function
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 2c5860b6..a4ea7a1a 100644
--- a/src/common.h
+++ b/src/common.h
@@ -67,6 +67,7 @@ typedef enum {
 gchar* p_utf8_substring(const gchar *str, glong start_pos, glong end_pos);
 void p_slist_free_full(GSList *items, GDestroyNotify free_func);
 void create_dir(char *name);
+void mkdir_recursive(const char *dir);
 char * str_replace(const char *string, const char *substr,
     const char *replacement);
 int str_contains(char str[], int size, char ch);