about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-19 21:30:07 +0100
committerJames Booth <boothj5@gmail.com>2012-07-19 21:30:07 +0100
commit6bfc88339ca3bb5694a42c27599c1e0825100844 (patch)
tree873c84a1c532bd542e648073803ec846faeaf115 /src/common.h
parentecfa3e5d38fc66ea622d70bfb73e01e95d02f1d5 (diff)
downloadprofani-tty-6bfc88339ca3bb5694a42c27599c1e0825100844.tar.gz
Create config directory
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 043e2925..1408aaa3 100644
--- a/src/common.h
+++ b/src/common.h
@@ -50,5 +50,6 @@ typedef enum {
 #endif
 
 void p_slist_free_full(GSList *items, GDestroyNotify free_func);
+void create_config_directory();
 
 #endif