aboutsummaryrefslogtreecommitdiffstats
path: root/include/progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/progressbar.h')
-rw-r--r--include/progressbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/progressbar.h b/include/progressbar.h
index b7ca63f..b8e416e 100644
--- a/include/progressbar.h
+++ b/include/progressbar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: progressbar.h,v 1.3 2003/02/28 09:53:49 lukem Exp $ */
+/* $NetBSD: progressbar.h,v 1.4 2004/03/09 17:04:24 hubertf Exp $ */
/*-
* Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
@@ -58,6 +58,7 @@ GLOBAL int ttywidth; /* width of tty */
GLOBAL off_t bytes; /* current # of bytes read */
GLOBAL off_t filesize; /* size of file being transferred */
GLOBAL off_t restart_point; /* offset to restart transfer */
+GLOBAL char *prefix; /* Text written left of progress bar */
#ifndef STANDALONE_PROGRESS