lix/src/nix-store/xmlgraph.hh

12 lines
130 B
C++
Raw Normal View History

#pragma once
#include "types.hh"
namespace nix {
class Store;
2016-02-04 14:10:47 +00:00
void printXmlGraph(ref<Store> store, const PathSet & roots);
}