about summary refs log blame commit diff
path: root/src/libexpr/value-to-xml.hh
blob: 7dfbe06d16c648ff5a6ac292c069d380c1b28960 (plain) (tree)
1
2
3
4
5
6
7
8
9

                        




                     
                  
 
               
 

                                                      

    
 
                              
#ifndef __VALUE_TO_XML_H
#define __VALUE_TO_XML_H

#include <string>
#include <map>

#include "nixexpr.hh"
#include "eval.hh"

namespace nix {

void printValueAsXML(EvalState & state, bool strict,
    Value & v, std::ostream & out, PathSet & context);
    
}

#endif /* !__VALUE_TO_XML_H */