From 086bd1eef17d63b36a47ac954b1d90fff3d4115d Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 10 Aug 2008 15:49:52 +0000 Subject: 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 --- include/hubbub/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3