lix/src/nix-store/xmlgraph.hh

12 lines
127 B
C++
Raw Normal View History

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