summaryrefslogtreecommitdiff
path: root/zup.h
diff options
context:
space:
mode:
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__