consider "ignore leading 'the' word" function while sorting playlist

This commit is contained in:
Andrzej Rybczak
2009-03-06 18:14:01 +01:00
parent e209a86e8e
commit 93fd687ec1
3 changed files with 17 additions and 14 deletions

View File

@@ -63,6 +63,7 @@ std::string FindSharedDir(const std::string &, const std::string &);
std::string GetLineValue(std::string &, char = '"', char = '"', bool = 0);
void RemoveTheWord(std::string &s);
std::string ExtractTopDirectory(const std::string &);
const Buffer &ShowTag(const std::string &);