summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-26 09:19:59 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-26 09:19:59 +0000
commit9acb291f49419a1ebe0235f6622ef4e2976f9f33 (patch)
tree17160c35fa7c0edb0f335cadb231a0268a779d2a /src/treebuilder/internal.h
parent968646860abb10e7db6dc810fc13cb9d41ba3237 (diff)
downloadlibhubbub-9acb291f49419a1ebe0235f6622ef4e2976f9f33.tar.gz
libhubbub-9acb291f49419a1ebe0235f6622ef4e2976f9f33.tar.bz2
Add code to adjust foreign attributes, as per spec.
svn path=/trunk/hubbub/; revision=4454
Diffstat (limited to 'src/treebuilder/internal.h')
-rw-r--r--src/treebuilder/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/treebuilder/internal.h b/src/treebuilder/internal.h
index ba69660..6a35632 100644
--- a/src/treebuilder/internal.h
+++ b/src/treebuilder/internal.h
@@ -155,6 +155,9 @@ bool formatting_list_replace(hubbub_treebuilder *treebuilder,
element_type type, void *node, uint32_t stack_index,
element_type *otype, void **onode, uint32_t *ostack_index);
+void adjust_foreign_attributes(hubbub_treebuilder *treebuilder,
+ hubbub_tag *tag);
+
#ifndef NDEBUG
#include <stdio.h>