diff options
Diffstat (limited to 'src/filelist.h')
-rw-r--r-- | src/filelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filelist.h b/src/filelist.h index 617236f..9ec302c 100644 --- a/src/filelist.h +++ b/src/filelist.h @@ -82,6 +82,7 @@ int feh_cmp_size(void *file1, void *file2); int feh_cmp_format(void *file1, void *file2); extern gib_list *filelist; +extern gib_list *original_file_items; extern int filelist_len; extern gib_list *current_file; |