X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/91689c5ef8174cc65e1f3ce31f9869778b2af671..cdfd126039d367b116f0e462b3583e30a7db5cd9:/src/image.h diff --git a/src/image.h b/src/image.h index 9bd41eb..c1ca3ba 100644 --- a/src/image.h +++ b/src/image.h @@ -21,7 +21,7 @@ struct lbx_imginfo { LBX_IMG *lbximg_open(void *f, const struct lbx_file_ops *fops, int (*destructor)(void *)); -LBX_IMG *lbximg_fopen(FILE *f); +LBX_IMG *lbximg_fopen(const char *file); int lbximg_close(LBX_IMG *img); unsigned char **lbximg_getframe(LBX_IMG *img, int frame);