summaryrefslogtreecommitdiff
path: root/utils/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/errors.h')
-rw-r--r--utils/errors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/errors.h b/utils/errors.h
index aa0179a37..b9e157c66 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -77,7 +77,9 @@ typedef enum {
NSERROR_NOSPACE, /**< Insufficient space */
- NSERROR_BAD_SIZE /**< Bad size */
+ NSERROR_BAD_SIZE, /**< Bad size */
+
+ NSERROR_NOT_IMPLEMENTED, /**< Functionality is not implemented */
} nserror;
#endif