diff options
| author | tazy <gardendistrict0x0@outlook.com> | 2026-01-04 08:04:33 +0000 |
|---|---|---|
| committer | tazy <gardendistrict0x0@outlook.com> | 2026-01-04 08:04:33 +0000 |
| commit | ab3873609baf282f9158566c8242be2c9b126f5d (patch) | |
| tree | 80af415259ee5a59540b302de58f438d57011cc5 /include/tinyff/result.h | |
| parent | 896ec637777e5a657d8180c51c5e574b469b7eed (diff) | |
feat(png): Create header handler for the IHDR chunk
Diffstat (limited to 'include/tinyff/result.h')
| -rw-r--r-- | include/tinyff/result.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 27b1ce4..9b17d4a 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -9,6 +9,9 @@ typedef enum { FF_RESULT_ERROR_INVALID_FILE, FF_RESULT_ERROR_READ_FILE_FAILURE, + // Memory + FF_RESULT_ERROR_MEMORY_ALLOCATION, + // More will be created when more errors occur } ff_result; |
