summaryrefslogtreecommitdiff
path: root/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'music.h')
-rw-r--r--music.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/music.h b/music.h
index 7f1c813..effc32c 100644
--- a/music.h
+++ b/music.h
@@ -33,8 +33,10 @@ class MusicDirectory : public MusicListing {
};
namespace music {
+ extern fs::path root_directory;
void init(std::string root);
MusicListing::p get(const std::string path);
+ std::vector<MusicListing::p> find_artist(const std::string artist);
};
#endif