From bf18dfdc711847965a3f62c7b65cd081efa84ba0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 25 Sep 2008 00:12:01 +0000 Subject: Purge redundant API svn path=/trunk/hubbub/; revision=5432 --- include/hubbub/parser.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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 -- cgit v1.2.3