summaryrefslogtreecommitdiff
path: root/include/parserutils/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parserutils/errors.h')
-rw-r--r--include/parserutils/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parserutils/errors.h b/include/parserutils/errors.h
index 09c715c..632d334 100644
--- a/include/parserutils/errors.h
+++ b/include/parserutils/errors.h
@@ -18,6 +18,7 @@ typedef enum parserutils_error {
PARSERUTILS_INVALID = 3,
PARSERUTILS_FILENOTFOUND = 4,
PARSERUTILS_NEEDDATA = 5,
+ PARSERUTILS_BADENCODING = 6,
} parserutils_error;
/* Convert a parserutils error value to a string */