From 3fa39154f089a6fadc1a14eb6b206e2d2875be71 Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Sat, 13 Aug 2011 22:51:39 +0800 Subject: Add reload functionality for directories (derf#14) --- src/filelist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filelist.c') diff --git a/src/filelist.c b/src/filelist.c index e55e80a..3279bce 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -29,6 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "options.h" gib_list *filelist = NULL; +gib_list *original_file_items = NULL; // original file items from argv int filelist_len = 0; gib_list *current_file = NULL; extern int errno; -- cgit v1.2.3