nix-super/src/nix-store/xmlgraph.hh
Eelco Dolstra fa7cd5369b StoreAPI -> Store
Calling a class an API is a bit redundant...
2016-02-04 14:48:42 +01:00

12 lines
127 B
C++

#pragma once
#include "types.hh"
namespace nix {
class Store;
void printXmlGraph(Store & store, const PathSet & roots);
}