mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
11 lines
127 B
C++
11 lines
127 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
class Store;
|
|
|
|
void printXmlGraph(Store & store, const PathSet & roots);
|
|
|
|
}
|