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 632d334..74c7f34 100644
--- a/include/parserutils/errors.h
+++ b/include/parserutils/errors.h
@@ -19,6 +19,7 @@ typedef enum parserutils_error {
PARSERUTILS_FILENOTFOUND = 4,
PARSERUTILS_NEEDDATA = 5,
PARSERUTILS_BADENCODING = 6,
+ PARSERUTILS_EOF = 7
} parserutils_error;
/* Convert a parserutils error value to a string */