summaryrefslogtreecommitdiffhomepage
path: root/diff.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-29 17:54:14 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-29 17:54:14 +0100
commitb2f3b566c0c0edd41b0314fcbf516a3d7876e14b (patch)
tree1cebf349b746ae606354733e9464581d530fb5e7 /diff.h
parent32b5b50dacb1bfc02a0baef0eda47df8d5f2be37 (diff)
Fix concurrent edit, tests
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index 09d0936..5c2c335 100644
--- a/diff.h
+++ b/diff.h
@@ -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;