forked from lix-project/lix
13 lines
155 B
C++
13 lines
155 B
C++
|
#ifndef __XMLGRAPH_H
|
||
|
#define __XMLGRAPH_H
|
||
|
|
||
|
#include "types.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
void printXmlGraph(const PathSet & roots);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif /* !__XMLGRAPH_H */
|