summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/image/bmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h
index 82edff3..8c4fd56 100644
--- a/include/tinyff/image/bmp.h
+++ b/include/tinyff/image/bmp.h
@@ -36,4 +36,8 @@ typedef struct {
} ff_bmp_ctx;
+ff_result ff_bmp_isvalid(ff_stream *stream);
+ff_result ff_open_bmp(ff_stream *stream, ff_bmp_ctx **out_ctx);
+
+
#endif BMP_H_ \ No newline at end of file