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 2c34859a2..c02621d94 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1949,6 +1949,7 @@ typedef struct bb_progress_t {
1949 unsigned last_update_sec; 1949 unsigned last_update_sec;
1950 unsigned last_change_sec; 1950 unsigned last_change_sec;
1951 unsigned start_sec; 1951 unsigned start_sec;
1952 /*unsigned last_eta;*/
1952 const char *curfile; 1953 const char *curfile;
1953} bb_progress_t; 1954} bb_progress_t;
1954 1955