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


                   
 
            
 
                                                         
 
 
#pragma once

#include "types.hh"

namespace nix {

class Store;

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

}