summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/treebuilder/internal.h')
-rw-r--r--src/treebuilder/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/internal.h b/src/treebuilder/internal.h
index 73b618a..ae293a9 100644
--- a/src/treebuilder/internal.h
+++ b/src/treebuilder/internal.h
@@ -184,7 +184,7 @@ void adjust_foreign_attributes(hubbub_treebuilder *treebuilder,
hubbub_tag *tag);
/* in_body.c */
-void aa_insert_into_foster_parent(hubbub_treebuilder *treebuilder, void *node);
+void *aa_insert_into_foster_parent(hubbub_treebuilder *treebuilder, void *node);
#ifndef NDEBUG
#include <stdio.h>