exported htmlCreateMemoryParserCtxt() it was static Daniel

* HTMLparser.c include/libxml/HTMLparser.h:  exported
  htmlCreateMemoryParserCtxt() it was static
Daniel
diff --git a/HTMLparser.c b/HTMLparser.c
index 57fca74..86c575f 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -4205,7 +4205,7 @@
  *
  * Returns the new parser context or NULL
  */
-static htmlParserCtxtPtr
+htmlParserCtxtPtr
 htmlCreateMemoryParserCtxt(const char *buffer, int size) {
     xmlParserCtxtPtr ctxt;
     xmlParserInputPtr input;