From 5eb5ec3682ba75cec9616039c60987eeee26e5ee Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 10 Aug 2008 16:37:52 +0000 Subject: Add support in the treebuilder. svn path=/trunk/hubbub/; revision=4991 --- include/hubbub/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hubbub/errors.h') 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, -- cgit v1.2.3