summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/core/implementation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/core/implementation.h b/include/dom/core/implementation.h
index e48e506..2a47da0 100644
--- a/include/dom/core/implementation.h
+++ b/include/dom/core/implementation.h
@@ -43,6 +43,7 @@ dom_exception dom_implementation_create_document(
const char *namespace, const char *qname,
struct dom_document_type *doctype,
dom_events_default_action_fetcher daf,
+ void *daf_ctx,
struct dom_document **doc);
dom_exception dom_implementation_get_feature(