forked from lix-project/lix
fa7cd5369b
Calling a class an API is a bit redundant...
12 lines
127 B
C++
12 lines
127 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
class Store;
|
|
|
|
void printDotGraph(Store & store, const PathSet & roots);
|
|
|
|
}
|