summaryrefslogtreecommitdiff
path: root/include/hubbub/errors.h
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 /include/hubbub/errors.h
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 'include/hubbub/errors.h')
-rw-r--r--include/hubbub/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hubbub/errors.h b/include/hubbub/errors.h
index fe369dc..9199d09 100644
--- a/include/hubbub/errors.h
+++ b/include/hubbub/errors.h
@@ -14,6 +14,7 @@ typedef enum hubbub_error {
HUBBUB_OK = 0,
HUBBUB_OOD = 1, /**< Out of data */
HUBBUB_REPROCESS = 2,
+ HUBBUB_ENCODINGCHANGE = 3,
HUBBUB_NOMEM = 5,
HUBBUB_BADPARM = 6,