mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02: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);
|
|
|
|
}
|