Nix/src/nix-store/graphml.hh

10 lines
119 B
C++

#pragma once
#include "store-api.hh"
namespace nix {
void printGraphML(ref<Store> store, StorePathSet && roots);
}