Nix/src/nix-store/dotgraph.hh

10 lines
120 B
C++

#pragma once
#include "store-api.hh"
namespace nix {
void printDotGraph(ref<Store> store, StorePathSet && roots);
}