grrr there was still a static decl left, Daniel
diff --git a/HTMLtree.c b/HTMLtree.c
index efd47c3..c71e6a6 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -657,7 +657,7 @@
  *									*
  ************************************************************************/
 
-static void
+void
 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding);
 
 /**