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

#include "types.hh"

namespace nix {

class Store;

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

}