diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-09 12:08:47 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-09 12:08:47 +0000 |
| commit | 02ea1414959a523a3dbb224324f26243b6b3dd02 (patch) | |
| tree | ef9b6eacddafb19b7464407ae71d50f269c99bb3 /HTMLparser.c | |
| parent | d3b9cd88d5d76e44ca54965d651d486485fced0d (diff) | |
| download | android_external_libxml2-02ea1414959a523a3dbb224324f26243b6b3dd02.tar.gz android_external_libxml2-02ea1414959a523a3dbb224324f26243b6b3dd02.tar.bz2 android_external_libxml2-02ea1414959a523a3dbb224324f26243b6b3dd02.zip | |
exported htmlCreateMemoryParserCtxt() it was static Daniel
* HTMLparser.c include/libxml/HTMLparser.h: exported
htmlCreateMemoryParserCtxt() it was static
Daniel
Diffstat (limited to 'HTMLparser.c')
| -rw-r--r-- | HTMLparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HTMLparser.c b/HTMLparser.c index 57fca745..86c575f0 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -4205,7 +4205,7 @@ htmlNewParserCtxt(void) * * Returns the new parser context or NULL */ -static htmlParserCtxtPtr +htmlParserCtxtPtr htmlCreateMemoryParserCtxt(const char *buffer, int size) { xmlParserCtxtPtr ctxt; xmlParserInputPtr input; |
