summaryrefslogtreecommitdiff
path: root/include/hubbub
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub')
-rw-r--r--include/hubbub/functypes.h4
1 files changed, 2 insertions, 2 deletions
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);
/**