X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d8d13893489ba8245d2ff1e67fbb5c46dd047ef6..951e826b75c4a4e6bc066e248d7489fb6eba6fde:/t_unsafe.c diff --git a/t_unsafe.c b/t_unsafe.c index 44662bdb..943185a6 100644 --- a/t_unsafe.c +++ b/t_unsafe.c @@ -27,9 +27,9 @@ int dry_run = 0; int am_root = 0; int read_only = 0; int list_only = 0; -int verbose = 0; int preserve_perms = 0; int preserve_executability = 0; +short info_levels[10], debug_levels[10]; int main(int argc, char **argv)