about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 1408aaa3..3cc5b766 100644
--- a/src/common.h
+++ b/src/common.h
@@ -50,6 +50,7 @@ typedef enum {
 #endif
 
 void p_slist_free_full(GSList *items, GDestroyNotify free_func);
-void create_config_directory();
+void create_config_directory(void);
+void create_dir(char *name);
 
 #endif