mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Replace mkpath with g_mkdir_with_parents
This commit is contained in:
parent
1a6ec1b0b6
commit
bb190be0bf
6 changed files with 4 additions and 44 deletions
|
|
@ -39,8 +39,6 @@ GSList *hashtable_get_keys(GHashTable *hash);
|
|||
/* easy way to check if regexp matches */
|
||||
int regexp_match(const char *str, const char *regexp);
|
||||
|
||||
/* Create the directory and all it's parent directories */
|
||||
int mkpath(const char *path, int mode);
|
||||
/* convert ~/ to $HOME */
|
||||
char *convert_home(const char *path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue