summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 2f57cb87..bacd4b5c 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -137,7 +137,7 @@ ObAction *action_new(void (*func)(union ActionData *data));
*/
ObAction *action_from_string(char *name);
-ObAction *action_parse(xmlDocPtr doc, xmlNodePtr node);
+ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
void action_free(ObAction *a);
/* Execute */