aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index 2d14b7a..0907bcc 100644
--- a/image.h
+++ b/image.h
@@ -43,7 +43,7 @@ typedef struct {
void img_init(img_t*, win_t*);
-int img_load(img_t*, const char*);
+int img_load(img_t*, const fileinfo_t*);
void img_close(img_t*, int);
void img_render(img_t*, win_t*);