nix-gh/src/nix-store/graphml.hh

12 lines
129 B
C++

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