From 1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 19 Aug 2011 13:26:58 +0200 Subject: Added force parameter to tns_load() to disregard cache --- thumbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index 27bd7fc..818ceb4 100644 --- a/thumbs.h +++ b/thumbs.h @@ -51,7 +51,7 @@ void tns_clean_cache(tns_t*); void tns_init(tns_t*, int); void tns_free(tns_t*); -int tns_load(tns_t*, int, const fileinfo_t*, unsigned char); +int tns_load(tns_t*, int, const fileinfo_t*, Bool, Bool); void tns_render(tns_t*, win_t*); void tns_highlight(tns_t*, win_t*, int, Bool); -- cgit v1.2.3