From baadfd3a8f06d72c3088ed9b44c6a327f67f57a3 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Fri, 11 Jul 2008 14:59:41 +0000 Subject: Export a hubbub_doctype type to create_doctype() directly, rather than passing all its members as individual arguments. svn path=/trunk/hubbub/; revision=4602 --- include/hubbub/functypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/hubbub') diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h index 80c8388..0d45e6a 100644 --- a/include/hubbub/functypes.h +++ b/include/hubbub/functypes.h @@ -43,8 +43,8 @@ typedef int (*hubbub_tree_create_comment)(void *ctx, const hubbub_string *data, /** * Type of tree doctype node creation function */ -typedef int (*hubbub_tree_create_doctype)(void *ctx, const hubbub_string *qname, - const hubbub_string *public_id, const hubbub_string *system_id, +typedef int (*hubbub_tree_create_doctype)(void *ctx, + const hubbub_doctype *doctype, void **result); /** -- cgit v1.2.3