aboutsummaryrefslogtreecommitdiff
path: root/src/nix/progress-bar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/progress-bar.hh')
-rw-r--r--src/nix/progress-bar.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/progress-bar.hh b/src/nix/progress-bar.hh
index af8eda5a8..4d61175c2 100644
--- a/src/nix/progress-bar.hh
+++ b/src/nix/progress-bar.hh
@@ -4,7 +4,7 @@
namespace nix {
-void startProgressBar();
+void startProgressBar(bool printBuildLogs = false);
void stopProgressBar();