1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libexpr/expr-to-xml.hh

14 lines
183 B
C++
Raw Normal View History

2006-08-24 10:16:55 -04:00
#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 */