From 932424af0aadcfcc9dcf3f66ff844fea6ac53986 Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Thu, 10 Aug 2023 11:12:23 +0200 Subject: Add progress option to write command --- zup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zup.h') diff --git a/zup.h b/zup.h index 463f121..8fd5f7d 100644 --- a/zup.h +++ b/zup.h @@ -25,6 +25,7 @@ struct param { unsigned int repl : 1; unsigned int human_readable : 1; unsigned int verbose : 2; + unsigned int show_progress : 1; }; #ifdef __GNUC__ -- cgit v1.2.3