mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
11 lines
130 B
C++
11 lines
130 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
class Store;
|
|
|
|
void printXmlGraph(ref<Store> store, const PathSet & roots);
|
|
|
|
}
|