Create config directory

This commit is contained in:
James Booth
2012-07-19 21:30:07 +01:00
parent ecfa3e5d38
commit 6bfc88339c
3 changed files with 31 additions and 0 deletions

View File

@@ -50,5 +50,6 @@ typedef enum {
#endif
void p_slist_free_full(GSList *items, GDestroyNotify free_func);
void create_config_directory();
#endif