mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
10 lines
109 B
C++
10 lines
109 B
C++
#pragma once
|
|
///@file
|
|
|
|
#include "logging.hh"
|
|
|
|
namespace nix {
|
|
|
|
std::unique_ptr<Logger> makeProgressBar();
|
|
|
|
}
|