diff options
Diffstat (limited to 'include/tinyff/image')
| -rw-r--r-- | include/tinyff/image/png.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index caed675..de21b07 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -24,6 +24,6 @@ typedef struct { } ff_png_ctx; ff_result ff_png_isvalid(FILE *file); -ff_png_ctx *ff_open_png(const char *filepath); +ff_result ff_open_png(const char *filepath, ff_png_ctx **out_ctx); #endif |
