This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-13 09:46:16 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4f7824c58e
nix-super
/
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 21:59:03 +03: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 19:36:24 +03:00
#
include
"types.hh"
namespace
nix
{
void
printXmlGraph
(
const
PathSet
&
roots
)
;
}
Reference in a new issue
Copy permalink