aboutsummaryrefslogtreecommitdiff
path: root/src/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap.h')
-rw-r--r--src/bitmap.h2
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_ */