From 4a70af6f813c13d97f7a9106123ac62a755e1655 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 12 Nov 2005 19:53:20 +0000 Subject: [PATCH] Added the human_readable variable (for linking with util.o). --- t_stub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/t_stub.c b/t_stub.c index 8e101d4b..2814929b 100644 --- a/t_stub.c +++ b/t_stub.c @@ -29,6 +29,7 @@ int modify_window = 0; int module_id = -1; int relative_paths = 0; +int human_readable = 0; char *partial_dir; struct filter_list_struct server_filter_list; -- 2.34.1