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 2a9e218..370345f 100644
--- a/image.h
+++ b/image.h
@@ -57,7 +57,7 @@ void img_free(img_t*);
int img_check(const char*);
int img_load(img_t*, const char*);
-void img_close(img_t*);
+void img_close(img_t*, int);
void img_render(img_t*, win_t*);