forked from lix-project/lix
10 lines
98 B
C++
10 lines
98 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
void printDotGraph(const PathSet & roots);
|
|
|
|
}
|