summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-03-01 18:49:02 +0100
committerBert <ber.t@gmx.com>2011-03-01 18:49:02 +0100
commitc05fd44bdda2934fa6f2f83b776038659f9d7d71 (patch)
tree9580d1edc2168c185a88943b430bef1d814077f7 /image.h
parent955c39a5c5e3193e18c21abe87110651cc2472d2 (diff)
downloadnsxiv-c05fd44bdda2934fa6f2f83b776038659f9d7d71.tar.zst
Support for external commands like mogrify & jpegtran
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*);