support for switching between supported lyrics databases at runtime

This commit is contained in:
Andrzej Rybczak
2009-02-02 23:43:12 +01:00
parent baa1c9bf4f
commit b1817a0bc9
7 changed files with 37 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ struct LyricsPlugin
bool (*not_found)(const string &);
};
const char *GetLyricsPluginName(int);
#endif
void * GetLyrics(void *);