This website requires JavaScript.
Explore
Help
Sign In
lunaphied
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
4f7824c58e
lix
/
src
/
nix-store
/
xmlgraph.hh
10 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
Use "#pragma once" to prevent repeated header file inclusion
2012-07-18 18:59:03 +00:00
#
pragma once
Add XML output to `nix-store'. * src/nix-store/Makefile.am (nix_store_SOURCES): Add `xmlgraph.cc' and `xmlgraph.hh'. * src/nix-store/help.txt (Operations): Document `--xml'. * src/nix-store/nix-store.cc (opQuery): Handle `--xml'. * src/nix-store/xmlgraph.cc, src/nix-store/xmlgraph.hh: New files.
2010-05-31 16:36:24 +00:00
#
include
"types.hh"
namespace
nix
{
void
printXmlGraph
(
const
PathSet
&
roots
)
;
}
Copy permalink