X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=parser%2Fparse.h;h=99780113d75a7e7b6ad4453f88d87b5ebad08d42;hb=eaa3b3aaa72c5828902639dfa215f6c3b6c2a282;hp=886b867de026b93e8a071e8c88104ce1ebb446fe;hpb=740c5b2a20d5110435d0874f8cc6a4c9dfd14777;p=chaz%2Fopenbox diff --git a/parser/parse.h b/parser/parse.h index 886b867d..99780113 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -79,8 +79,10 @@ GSList* parse_xdg_data_dir_paths(); /*! Expands the ~ character to the home directory throughout the given string */ gchar *parse_expand_tilde(const gchar *f); +/*! Makes a directory */ +gboolean parse_mkdir(const gchar *path, gint mode); /*! Makes a directory and all its parents */ -void parse_mkdir_path(const gchar *path, gint mode); +gboolean parse_mkdir_path(const gchar *path, gint mode); G_END_DECLS