From d39dbc93d93f537962fe998031ade04d7ee6ca6a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 Jul 2007 21:42:18 +0000 Subject: Purge all trace of the ballache that was dom_ctx. Document the functions in document.c svn path=/trunk/dom/; revision=3385 --- src/core/node.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/node.h') diff --git a/src/core/node.h b/src/core/node.h index b39ac40..bfd7fa0 100644 --- a/src/core/node.h +++ b/src/core/node.h @@ -52,8 +52,7 @@ struct dom_node { uint32_t refcnt; /**< Reference count */ }; -dom_exception dom_node_create(struct dom_ctx *ctx, - struct dom_document *doc, dom_node_type type, +dom_exception dom_node_create(struct dom_document *doc, dom_node_type type, struct dom_string *name, struct dom_string *value, struct dom_node **node); -- cgit v1.2.3