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







                                          
#pragma once

#include "types.hh"

namespace nix {

void printXmlGraph(const PathSet & roots);

}