From 081cf689356ef9138b67da2c687883b9c3354a63 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 19 Feb 2013 23:27:10 +0000 Subject: add context for default action function --- include/dom/core/implementation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dom') 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( -- cgit v1.2.3