From: Wayne Davison Date: Sat, 12 Nov 2005 19:53:20 +0000 (+0000) Subject: Added the human_readable variable (for linking with util.o). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4a70af6f813c13d97f7a9106123ac62a755e1655 Added the human_readable variable (for linking with util.o). --- 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;