diff options
| author | Mike Hommey <glandium@debian.org> | 2006-10-26 11:17:37 +0200 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2006-10-26 11:17:37 +0200 |
| commit | 968041a8b2ec86c39b5074024ce97d136ecd9a95 (patch) | |
| tree | 6971d7bce63213fd376b0e66311d0c67a8da4d64 /include/libxml/HTMLparser.h | |
| parent | a7e9d3f37d5e9fba4b9acaa43e7c12b6d9a669ae (diff) | |
| download | libxml2-upstream/2.6.27.dfsg.tar.gz | |
Load /tmp/libxml2-2.6.27 intoupstream/2.6.27.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'include/libxml/HTMLparser.h')
| -rw-r--r-- | include/libxml/HTMLparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libxml/HTMLparser.h b/include/libxml/HTMLparser.h index 8477efb..05905e4 100644 --- a/include/libxml/HTMLparser.h +++ b/include/libxml/HTMLparser.h @@ -106,6 +106,9 @@ XMLPUBFUN void XMLCALL htmlParseElement(htmlParserCtxtPtr ctxt); XMLPUBFUN htmlParserCtxtPtr XMLCALL + htmlNewParserCtxt(void); + +XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateMemoryParserCtxt(const char *buffer, int size); |
