diff options
Diffstat (limited to 'src/DetachedSong.hxx')
-rw-r--r-- | src/DetachedSong.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx index 2059d2367..a99cbb4c8 100644 --- a/src/DetachedSong.hxx +++ b/src/DetachedSong.hxx @@ -179,6 +179,13 @@ public: gcc_pure double GetDuration() const; + + /** + * Update the #tag and #mtime. + * + * @return true on success + */ + bool Update(); }; #endif |