diff options
author | Yu-Jie Lin <livibetter@gmail.com> | 2011-08-13 22:51:39 +0800 |
---|---|---|
committer | Yu-Jie Lin <livibetter@gmail.com> | 2011-08-13 22:51:39 +0800 |
commit | 3fa39154f089a6fadc1a14eb6b206e2d2875be71 (patch) | |
tree | 549733793f3e8196c1170641ab60e1aad65db4a2 /src/filelist.h | |
parent | 083a71e948290894e70708b93c453e97619876b2 (diff) |
Add reload functionality for directories (derf#14)
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; |