1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 17:59:36 +01:00
nix/src/libmain/progress-bar.hh
2025-02-18 15:18:16 +01:00

10 lines
109 B
C++

#pragma once
///@file
#include "logging.hh"
namespace nix {
std::unique_ptr<Logger> makeProgressBar();
}