diff options
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ typedef struct { void tns_clean_cache(tns_t*); void tns_init(tns_t*, fileinfo_t*, const int*, int*, win_t*); -void tns_free(tns_t*); +CLEANUP void tns_free(tns_t*); bool tns_load(tns_t*, int, bool, bool); void tns_unload(tns_t*, int); |