nix-gh/src/nix-store/dotgraph.hh

12 lines
130 B
C++

#pragma once
#include "types.hh"
namespace nix {
class Store;
void printDotGraph(ref<Store> store, const PathSet & roots);
}