about summary refs log tree commit diff
path: root/src/nix-store/xmlgraph.hh
blob: a6e7d4e2805ae7581d8a26aeb0f1a2ff35aae321 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "types.hh"

namespace nix {

class Store;

void printXmlGraph(ref<Store> store, const PathSet & roots);

}