mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
* Refactoring.
This commit is contained in:
parent
da25d80152
commit
f793caf936
4 changed files with 111 additions and 87 deletions
13
src/libexpr/expr-to-xml.hh
Normal file
13
src/libexpr/expr-to-xml.hh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef __EXPR_TO_XML_H
|
||||
#define __EXPR_TO_XML_H
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
#include "nixexpr.hh"
|
||||
|
||||
|
||||
void printTermAsXML(Expr e, ostream & out);
|
||||
|
||||
|
||||
#endif /* !__EXPR_TO_XML_H */
|
Loading…
Add table
Add a link
Reference in a new issue