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 bfb659d03..aa0179a37 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -75,7 +75,9 @@ typedef enum {
NSERROR_PERMISSION, /**< Permission error */
- NSERROR_NOSPACE /**< Insufficient space */
+ NSERROR_NOSPACE, /**< Insufficient space */
+
+ NSERROR_BAD_SIZE /**< Bad size */
} nserror;
#endif