nix-gh/src/nix-store/xmlgraph.hh
2016-02-04 15:10:47 +01:00

12 lines
130 B
C++

#pragma once
#include "types.hh"
namespace nix {
class Store;
void printXmlGraph(ref<Store> store, const PathSet & roots);
}