From 4e850413037c618ed375ac0b988dbe1bc12ca0fd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 9 Nov 2008 18:25:20 +0000 Subject: Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODING svn path=/trunk/hubbub/; revision=5667 --- include/hubbub/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/hubbub') diff --git a/include/hubbub/errors.h b/include/hubbub/errors.h index 6398766..dd137ae 100644 --- a/include/hubbub/errors.h +++ b/include/hubbub/errors.h @@ -21,8 +21,9 @@ typedef enum hubbub_error { HUBBUB_INVALID = 7, HUBBUB_FILENOTFOUND = 8, HUBBUB_NEEDDATA = 9, + HUBBUB_BADENCODING = 10, - HUBBUB_UNKNOWN = 10 + HUBBUB_UNKNOWN = 11 } hubbub_error; /* Convert a hubbub error value to a string */ -- cgit v1.2.3