1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00

* Refactoring.

This commit is contained in:
Eelco Dolstra 2006-08-24 14:16:55 +00:00
parent da25d80152
commit f793caf936
4 changed files with 111 additions and 87 deletions

View 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 */