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


                   
 


                                                            
 
 
#pragma once

#include "types.hh"

namespace nix {

class StoreAPI;

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

}