aboutsummaryrefslogtreecommitdiff
path: root/src/thread-pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread-pool.h')
-rw-r--r--src/thread-pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread-pool.h b/src/thread-pool.h
index 05e2f55a..23c7c632 100644
--- a/src/thread-pool.h
+++ b/src/thread-pool.h
@@ -18,6 +18,9 @@
#endif
+extern signed int get_status_label(void);
+
+
/* work() will be called with a number and work_args. The number will be
* unique and in the range 0..n_tasks. A progress bar will be shown using
* "text" and the progress through the tasks, unless "text" is NULL. */