diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 515e995..ead1020 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1490,6 +1490,7 @@ typedef struct bb_progress_t { off_t lastsize; unsigned lastupdate_sec; unsigned start_sec; + smallint inited; } bb_progress_t; void bb_progress_init(bb_progress_t *p) FAST_FUNC; |