guix/src/nix-store/xmlgraph.hh

10 lines
98 B
C++

#pragma once
#include "types.hh"
namespace nix {
void printXmlGraph(const PathSet & roots);
}