summaryrefslogtreecommitdiff
path: root/bindings/hubbub/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/hubbub/parser.h')
-rw-r--r--bindings/hubbub/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/hubbub/parser.h b/bindings/hubbub/parser.h
index 132cc86..54ad0c8 100644
--- a/bindings/hubbub/parser.h
+++ b/bindings/hubbub/parser.h
@@ -60,6 +60,9 @@ typedef struct dom_hubbub_parser_params {
dom_msg msg; /**< Informational message function */
void *ctx; /**< Pointer to client-specific private data */
+
+ /** default action fetcher function */
+ dom_events_default_action_fetcher daf;
} dom_hubbub_parser_params;
/* Create a Hubbub parser instance */