Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
progress-bar.hh
Go to the documentation of this file.
1#pragma once
3
4#include "logging.hh"
5
6namespace nix {
7
8Logger * makeProgressBar();
9
10void startProgressBar();
11
12void stopProgressBar();
13
14}
Definition logging.hh:55