summaryrefslogtreecommitdiff
path: root/src/progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progressbar.h')
-rw-r--r--src/progressbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/progressbar.h b/src/progressbar.h
index eb47516..53d8524 100644
--- a/src/progressbar.h
+++ b/src/progressbar.h
@@ -21,6 +21,7 @@ typedef struct cssh_progressbar_t {
unsigned int total_steps;
unsigned int current_step;
struct cssh_progressbar_pool_t *pool;
+ char *buf;
} cssh_progressbar_t;
typedef struct cssh_progressbar_pool_t {