From 5cadc1bff5a26497df28f38e7e9b74d81dfa1084 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 Oct 2003 19:13:09 +0000 Subject: much improved functions for maknig directories, props to Logan --- parser/parse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'parser/parse.h') 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 -- cgit v1.2.3