diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-24T14·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-24T14·16+0000 |
commit | f793caf93674350f8c1e6fa740ab6cce649d0db8 (patch) | |
tree | d33681a2ce1f90be029e9ff2df3b2f7a76977f9a /src/libexpr/expr-to-xml.hh | |
parent | da25d80152fb6e51fe695dcd2ebaa4e00a7ee646 (diff) |
* Refactoring.
Diffstat (limited to 'src/libexpr/expr-to-xml.hh')
-rw-r--r-- | src/libexpr/expr-to-xml.hh | 13 |
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 000000000000..56f947e520de --- /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 */ |