aboutsummaryrefslogtreecommitdiffstats
path: root/src/StateFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/StateFile.hxx')
-rw-r--r--src/StateFile.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/StateFile.hxx b/src/StateFile.hxx
index a81b8d91f..7d57d5422 100644
--- a/src/StateFile.hxx
+++ b/src/StateFile.hxx
@@ -49,6 +49,18 @@ public:
void Write();
private:
+ /**
+ * Save the current state versions for use with IsModified().
+ */
+ void RememberVersions();
+
+ /**
+ * Check if MPD's state was modified since the last
+ * RememberVersions() call.
+ */
+ gcc_pure
+ bool IsModified() const;
+
void AutoWrite();
/* virtual methods from TimeoutMonitor */