diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-09-02 17:29:51 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-09-02 17:29:51 +0200 |
commit | 96fe104e6b1c1452a8408bb46baa73d2b93bcf0e (patch) | |
tree | 88a883853fb100d54d35921c0d3e7c6b39a899ee /src/bitmap.h | |
parent | f546868b1f4d0eae4dc3ecc26035829cf0f2f721 (diff) | |
download | AsciiMap-96fe104e6b1c1452a8408bb46baa73d2b93bcf0e.tar.gz |
bitmap_strerror: More verbose bitmap failures
Diffstat (limited to 'src/bitmap.h')
-rw-r--r-- | src/bitmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bitmap.h b/src/bitmap.h index 48fd1ac..9f8e312 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -80,4 +80,6 @@ int bitmap_shrink ( struct bitmap_image *_input, struct bitmap_image *_output, u int bitmap_fit_to_width ( struct bitmap_image *_input, struct bitmap_image *_output, unsigned int _width ); +char* bitmap_strerror( int _error ); + #endif /* end of include guard: _BITMAP_H_ */ |