diff --git a/Cantera/src/global.h b/Cantera/src/global.h index 5de4d01e8..75e82ff3d 100755 --- a/Cantera/src/global.h +++ b/Cantera/src/global.h @@ -21,6 +21,8 @@ namespace Cantera { + class XML_Node; + /// Number of errors that have been encountered so far int nErrors(); @@ -92,6 +94,9 @@ namespace Cantera { doublereal toSI(string unit); doublereal actEnergyToSI(string unit); // + + XML_Node* get_XML_File(string file); + void close_XML_File(string file); } #endif