diff options
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ public: std::string apply(const std::string& old_version) const; + bool empty() const; + boost::property_tree::ptree get_structure() const; std::string get_xml() const; |