X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=parser%2Fparse.h;h=da754cbe29236d0e3b2abe7afae19f7d1ecaa7d3;hb=57ddb2751e718677cacafbce799024589d850f35;hp=886b867de026b93e8a071e8c88104ce1ebb446fe;hpb=740c5b2a20d5110435d0874f8cc6a4c9dfd14777;p=chaz%2Fopenbox diff --git a/parser/parse.h b/parser/parse.h index 886b867d..da754cbe 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -19,6 +19,8 @@ #ifndef __parse_h #define __parse_h +#include "version.h" + #include #include @@ -79,8 +81,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