aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-25 18:12:14 +0100
committerThomas White <taw@physics.org>2009-11-25 18:12:14 +0100
commitc275432adfec54341839aa903c19a78cde2a734c (patch)
treea7353d6de885d3ef50d3f623d9c03d0a0139d1a5 /src/utils.h
parent0a3ed7206e2bc009ba86a8072530a3f18196cf8f (diff)
Improve progress bar
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 54cfdcfb..c89466c3 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -54,7 +54,7 @@ extern double angle_between(double x1, double y1, double z1,
double x2, double y2, double z2);
extern size_t skipspace(const char *s);
extern void chomp(char *s);
-extern void progress_bar(int val, int total);
+extern void progress_bar(int val, int total, const char *text);
extern double poisson_noise(double expected);
/* Keep these ones inline, to avoid function call overhead */