summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 00:12:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 00:12:01 +0000
commitbf18dfdc711847965a3f62c7b65cd081efa84ba0 (patch)
tree0d4b69ba2d71327941a28774459174cb2ba7fa6c
parent96999ae441597cd5a8300658ad76a90fe02954b0 (diff)
downloadlibhubbub-bf18dfdc711847965a3f62c7b65cd081efa84ba0.tar.gz
libhubbub-bf18dfdc711847965a3f62c7b65cd081efa84ba0.tar.bz2
Purge redundant API
svn path=/trunk/hubbub/; revision=5432
-rw-r--r--include/hubbub/parser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hubbub/parser.h b/include/hubbub/parser.h
index 2026503..68a9d27 100644
--- a/include/hubbub/parser.h
+++ b/include/hubbub/parser.h
@@ -80,9 +80,5 @@ hubbub_error hubbub_parser_completed(hubbub_parser *parser);
const char *hubbub_parser_read_charset(hubbub_parser *parser,
hubbub_charset_source *source);
-/* Claim ownership of the document buffer */
-hubbub_error hubbub_parser_claim_buffer(hubbub_parser *parser,
- uint8_t **buffer, size_t *len);
-
#endif