diff options
Diffstat (limited to 'music.h')
-rw-r--r-- | music.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ namespace music { MusicListing::p get(const std::string& path); MusicDirectory::p get_directory(const std::string& path); std::vector<MusicListing::p> find_artist(const std::string artist); + void begin_update(const std::string path); + void update(const MusicDirectory& dir); }; #endif |