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

#include "types.hh"

namespace nix {

class StoreAPI;

void printDotGraph(StoreAPI & store, const PathSet & roots);

}