diff options
Diffstat (limited to 'src/tool_operate.h')
-rw-r--r-- | src/tool_operate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_operate.h b/src/tool_operate.h index 60257fc60..7223db767 100644 --- a/src/tool_operate.h +++ b/src/tool_operate.h @@ -44,6 +44,7 @@ struct per_transfer { char *outfile; bool infdopen; /* TRUE if infd needs closing */ int infd; + bool noprogress; struct ProgressData progressbar; struct OutStruct outs; struct OutStruct heads; |