summaryrefslogtreecommitdiff
path: root/include/tinyff/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/result.h')
-rw-r--r--include/tinyff/result.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h
index 43bcf98..b2bf31c 100644
--- a/include/tinyff/result.h
+++ b/include/tinyff/result.h
@@ -27,6 +27,9 @@ typedef enum {
// PNG
FF_RESULT_ERROR_INVALID_PNG_SIGNATURE,
+
+ // BMP
+ FF_RESULT_ERROR_INVALID_BMP_HEADER,
// Archive (more general archives terms)
FF_RESULT_ERROR_DECOMPRESSION_FAILURE,