]> Dogcows Code - chaz/openbox/blobdiff - parser/parse.h
don't change the restart type with the session manager when openbox exits. it's not...
[chaz/openbox] / parser / parse.h
index 886b867de026b93e8a071e8c88104ce1ebb446fe..da754cbe29236d0e3b2abe7afae19f7d1ecaa7d3 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __parse_h
 #define __parse_h
 
+#include "version.h"
+
 #include <libxml/parser.h>
 #include <glib.h>
 
@@ -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
 
This page took 0.021486 seconds and 4 git commands to generate.