aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 515e995d0..ead1020dd 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1490,6 +1490,7 @@ typedef struct bb_progress_t {
1490 off_t lastsize; 1490 off_t lastsize;
1491 unsigned lastupdate_sec; 1491 unsigned lastupdate_sec;
1492 unsigned start_sec; 1492 unsigned start_sec;
1493 smallint inited;
1493} bb_progress_t; 1494} bb_progress_t;
1494 1495
1495void bb_progress_init(bb_progress_t *p) FAST_FUNC; 1496void bb_progress_init(bb_progress_t *p) FAST_FUNC;