summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/errors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/errors.h b/utils/errors.h
index fcfb3cc49..5f1bd631b 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -43,7 +43,9 @@ typedef enum {
NSERROR_MNG_ERROR, /**< An MNG error occurred */
- NSERROR_BAD_ENCODING /**< The character set is unknown */
+ NSERROR_BAD_ENCODING, /**< The character set is unknown */
+
+ NSERROR_NEED_DATA /**< More data needed */
} nserror;
#endif