]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
this is a big one! im putting stats in here just cuz!
[chaz/openbox] / openbox / action.h
index 5630f8f49e77202d93723c8ee67d43e8a3143fd2..6c1c4d32fa1c76f726c24a7502ff9bbb72fb253d 100644 (file)
@@ -2,6 +2,7 @@
 #define __action_h
 
 #include "client.h"
+#include "parser/parse.h"
 
 /* These have to all have a Client* at the top even if they don't use it, so
    that I can set it blindly later on. So every function will have a Client*
@@ -120,6 +121,7 @@ Action *action_new(void (*func)(union ActionData *data));
 */
 
 Action *action_from_string(char *name);
+Action *action_parse(xmlDocPtr doc, xmlNodePtr node);
 void action_free(Action *a);
 
 /* Execute */
This page took 0.021235 seconds and 4 git commands to generate.