about summary refs log tree commit diff
path: root/src/nix-store/dotgraph.hh
blob: 68410d84156dab4ab05e81e0030b54721fab630a (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "types.hh"

namespace nix {

void printDotGraph(const PathSet & roots);

}