summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-08-27 13:23:23 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-08-27 13:28:21 +0100
commit337bd98f6c6b8ec900afaae613337fdbc5ba778a (patch)
tree0e7f0af485a0fac44081aafee5c8c516049e7aa0 /utils
parentd4cdcf30675a642764b5dc32e313aa92e4849496 (diff)
downloadnetsurf-337bd98f6c6b8ec900afaae613337fdbc5ba778a.tar.gz
netsurf-337bd98f6c6b8ec900afaae613337fdbc5ba778a.tar.bz2
BMP content handler: Convert to using content_broadcast_errorcode().
Diffstat (limited to 'utils')
-rw-r--r--utils/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/errors.h b/utils/errors.h
index b9e157c66..803a55f44 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -47,6 +47,8 @@ typedef enum {
NSERROR_MNG_ERROR, /**< An MNG error occurred */
+ NSERROR_BMP_ERROR, /**< A BMP error occurred */
+
NSERROR_BAD_ENCODING, /**< The character set is unknown */
NSERROR_NEED_DATA, /**< More data needed */