summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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,