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




                   
            
 
                                                            

 
#pragma once

#include "types.hh"

namespace nix {

class Store;

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

}