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


                    


                   
 
                                          
 

 
                          
#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H

#include "types.hh"

namespace nix {

void printDotGraph(const PathSet & roots);

}

#endif /* !__DOTGRAPH_H */