Nix/src/nix-store/graphml.hh

11 lines
128 B
C++

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