]> Dogcows Code - chaz/openbox/blobdiff - parser/parse.h
capitalization consistency
[chaz/openbox] / parser / parse.h
index 886b867de026b93e8a071e8c88104ce1ebb446fe..99780113d75a7e7b6ad4453f88d87b5ebad08d42 100644 (file)
@@ -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
 
This page took 0.019867 seconds and 4 git commands to generate.