summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-18 00:38:55 +0200
committerBert <ber.t@gmx.com>2011-08-18 00:38:55 +0200
commitff013dd0092df247b2c9f1c550e03542581ed21d (patch)
tree572777f9576c65c63a6f520e3b8b5b85edf5d580 /image.h
parent2a3a9657d360a4952ef84aa4e8665f211d490321 (diff)
downloadnsxiv-ff013dd0092df247b2c9f1c550e03542581ed21d.tar.zst
Revised handling of file names & paths
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*);