summaryrefslogtreecommitdiff
path: root/src/charset/detect.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:37:52 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:37:52 +0000
commit5eb5ec3682ba75cec9616039c60987eeee26e5ee (patch)
treec3f9483ecb262279b7370b8239cd9e4fea951e6b /src/charset/detect.c
parent2ae59ba6c47e1b062536e3835e429ad1a17bee6f (diff)
downloadlibhubbub-5eb5ec3682ba75cec9616039c60987eeee26e5ee.tar.gz
libhubbub-5eb5ec3682ba75cec9616039c60987eeee26e5ee.tar.bz2
Add <meta charset> support in the treebuilder.
svn path=/trunk/hubbub/; revision=4991
Diffstat (limited to 'src/charset/detect.c')
-rw-r--r--src/charset/detect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charset/detect.c b/src/charset/detect.c
index 3809770..7d3459f 100644
--- a/src/charset/detect.c
+++ b/src/charset/detect.c
@@ -21,8 +21,6 @@ static uint16_t hubbub_charset_read_bom(const uint8_t *data, size_t len);
static uint16_t hubbub_charset_scan_meta(const uint8_t *data, size_t len);
static uint16_t hubbub_charset_parse_attributes(const uint8_t **pos,
const uint8_t *end);
-static uint16_t hubbub_charset_parse_content(const uint8_t *value,
- uint32_t valuelen);
static bool hubbub_charset_get_attribute(const uint8_t **data,
const uint8_t *end,
const uint8_t **name, uint32_t *namelen,