# | Line 17 | Line 17 | |
---|---|---|
17 | #include <cctype> | |
18 | ||
19 | #include <menes-ext/casts.hpp> | |
20 | + | #include <menes-xml/document.hpp> |
21 | + | #include <menes-xml/nodeset.hpp> |
22 | + | #include <menes-xml/parse.hpp> |
23 | ||
24 | using namespace std; | |
25 | ||
# | Line 45 | Line 48 | inline int sputenv(const string& env) | |
48 | ||
49 | inline void sunsetenv(const string& name) { unsetenv(name.c_str()); } | |
50 | ||
51 | + | extern string program; |
52 | + | extern bool debug; |
53 | + | |
54 | class Person; | |
55 | ||
56 | class Smersh |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |