about summary refs log tree commit diff
path: root/src/libexpr/expr-to-xml.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-08-24T14·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-08-24T14·16+0000
commitf793caf93674350f8c1e6fa740ab6cce649d0db8 (patch)
treed33681a2ce1f90be029e9ff2df3b2f7a76977f9a /src/libexpr/expr-to-xml.hh
parentda25d80152fb6e51fe695dcd2ebaa4e00a7ee646 (diff)
* Refactoring.
Diffstat (limited to 'src/libexpr/expr-to-xml.hh')
-rw-r--r--src/libexpr/expr-to-xml.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libexpr/expr-to-xml.hh b/src/libexpr/expr-to-xml.hh
new file mode 100644
index 0000000000..56f947e520
--- /dev/null
+++ b/src/libexpr/expr-to-xml.hh
@@ -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 */