Moved create_config_dir function to profanity.c

This commit is contained in:
James Booth
2012-08-26 18:01:44 +01:00
parent fe519410b1
commit 6f2870ed7d
3 changed files with 12 additions and 11 deletions

View File

@@ -36,7 +36,6 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
void p_slist_free_full(GSList *items, GDestroyNotify free_func);
void create_config_directory(void);
void create_dir(char *name);
void get_time(char *thetime);
char * str_replace(const char *string, const char *substr,