about summary refs log blame commit diff
path: root/src/nix/progress-bar.hh
blob: af8eda5a84fdf1318e68baf84e33bc4af5ba2313 (plain) (tree)
1
2
3
4
5
6
7
8
9

            
                     


               


                        

 
#pragma once

#include "logging.hh"

namespace nix {

void startProgressBar();

void stopProgressBar();

}