hnix-0.7.0: data/nix/src/nix-store/graphml.hh
#pragma once
#include "types.hh"
namespace nix {
class Store;
void printGraphML(ref<Store> store, const PathSet & roots);
}
#pragma once
#include "types.hh"
namespace nix {
class Store;
void printGraphML(ref<Store> store, const PathSet & roots);
}