forked from lix-project/lix
12 lines
130 B
C++
12 lines
130 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
class Store;
|
|
|
|
void printDotGraph(ref<Store> store, const PathSet & roots);
|
|
|
|
}
|