summaryrefslogtreecommitdiff
path: root/utils/errors.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-04 18:29:53 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-07 16:24:30 +0100
commitc1e2da80dfa62793ea107cf12408c814e268a54b (patch)
treea2013312a9f24e2f1027dc343f9d9516d6945112 /utils/errors.h
parent283cd05d0112b08753cb0b0c505a370ebccc52d1 (diff)
downloadnetsurf-c1e2da80dfa62793ea107cf12408c814e268a54b.tar.gz
netsurf-c1e2da80dfa62793ea107cf12408c814e268a54b.tar.bz2
add string utility to join strings
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 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