summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-20 16:24:48 +0100
committerBert <ber.t@gmx.com>2011-01-20 16:24:48 +0100
commita732e75d8a484c9e9a1c281d93124580fad83dd4 (patch)
tree0a21e650d4185090d11b85a2f3a0e7911efd80c4 /image.h
parent004f297ebb3043032661513f40a36c1cc915bc59 (diff)
downloadnsxiv-a732e75d8a484c9e9a1c281d93124580fad83dd4.tar.zst
Check all given files before open the first
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 c3e3c10..a889704 100644
--- a/image.h
+++ b/image.h
@@ -39,7 +39,7 @@ typedef struct img_s {
void imlib_init(win_t*);
void imlib_destroy();
-void img_load(img_t*, const char*);
+int img_load(img_t*, const char*);
void img_display(img_t*, win_t*);
void img_render(img_t*, win_t*, int, int, int, int);