Log location ~/.profanity/log/profanity.log

This commit is contained in:
James Booth
2012-07-19 22:38:46 +01:00
parent cfef78bd82
commit 929be7f1ac
4 changed files with 20 additions and 7 deletions

View File

@@ -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