about summary refs log tree commit diff
path: root/src/nix-store/dotgraph.hh
blob: 9effa5a884bd1068c09839b5fec01a0fb62243ef (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __DOTGRAPH_H
#define __DOTGRAPH_H

#include "util.hh"

void printDotGraph(const PathSet & roots);

#endif /* !__DOTGRAPH_H */