summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-08-28 10:14:22 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-08-28 10:14:22 +0100
commitcae1c44f8fe61a4df20f000d0b57ac78e5527170 (patch)
tree85b752ab10f48a6b1109fe97b71af48f4d7eaad5 /utils
parent36c01fc03b0231ca61714c2610da233948a79bba (diff)
downloadnetsurf-cae1c44f8fe61a4df20f000d0b57ac78e5527170.tar.gz
netsurf-cae1c44f8fe61a4df20f000d0b57ac78e5527170.tar.bz2
PNG 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 e602b0208..3ab40b2f4 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -53,6 +53,8 @@ typedef enum {
NSERROR_ICO_ERROR, /**< A ICO error occurred */
+ NSERROR_PNG_ERROR, /**< A PNG error occurred */
+
NSERROR_BAD_ENCODING, /**< The character set is unknown */
NSERROR_NEED_DATA, /**< More data needed */