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




                   
            
 
                                                         

 
#pragma once

#include "types.hh"

namespace nix {

class Store;

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

}