diff --git a/HTMLtree.c b/HTMLtree.c
index efd47c31..c71e6a60 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -657,7 +657,7 @@ htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) {
* *
************************************************************************/
-static void
+void
htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding);
/**