summaryrefslogtreecommitdiff
path: root/zup.h
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-08-10 11:12:23 +0200
committerThomas Albers <thomas@thomaslabs.org>2023-08-10 11:12:23 +0200
commit932424af0aadcfcc9dcf3f66ff844fea6ac53986 (patch)
tree9f8ae78e06e3457ffdc0a0214da0b39638e65811 /zup.h
parent312dea1d673365656cf98d282fb2bce64289a11d (diff)
Add progress option to write command
Diffstat (limited to 'zup.h')
-rw-r--r--zup.h1
1 files changed, 1 insertions, 0 deletions
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__