summaryrefslogtreecommitdiff
path: root/include/hubbub
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 15:49:52 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 15:49:52 +0000
commit086bd1eef17d63b36a47ac954b1d90fff3d4115d (patch)
tree07a9ec2dbe0f583eca788a9da6e559c58a664ef0 /include/hubbub
parentc8aaecba0272665ba64380ec62d9fc6eba90c960 (diff)
downloadlibhubbub-086bd1eef17d63b36a47ac954b1d90fff3d4115d.tar.gz
libhubbub-086bd1eef17d63b36a47ac954b1d90fff3d4115d.tar.bz2
Switch to using hubbub_error for reprocessing state from just a bool, to allow for encoding change info to be returned more easily.
svn path=/trunk/hubbub/; revision=4989
Diffstat (limited to 'include/hubbub')
-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 0ec434e..fe369dc 100644
--- a/include/hubbub/errors.h
+++ b/include/hubbub/errors.h
@@ -13,6 +13,7 @@
typedef enum hubbub_error {
HUBBUB_OK = 0,
HUBBUB_OOD = 1, /**< Out of data */
+ HUBBUB_REPROCESS = 2,
HUBBUB_NOMEM = 5,
HUBBUB_BADPARM = 6,