From c1e2da80dfa62793ea107cf12408c814e268a54b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 4 May 2014 18:29:53 +0100 Subject: add string utility to join strings --- utils/errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/errors.h') diff --git a/utils/errors.h b/utils/errors.h index 4c02adb2d..bfb659d03 100644 --- a/utils/errors.h +++ b/utils/errors.h @@ -73,7 +73,9 @@ typedef enum { NSERROR_FRAME_DEPTH, /**< Exceeded frame depth */ - NSERROR_PERMISSION /**< Permission error */ + NSERROR_PERMISSION, /**< Permission error */ + + NSERROR_NOSPACE /**< Insufficient space */ } nserror; #endif -- cgit v1.2.3