simplify code responsible for adding items with 'a' more

This commit is contained in:
Andrzej Rybczak
2009-08-25 02:47:05 +02:00
parent 68b724d9de
commit 7a85a15ff2
3 changed files with 15 additions and 12 deletions

View File

@@ -153,6 +153,7 @@ namespace MPD
int AddSong(const std::string &); // returns id of added song
int AddSong(const Song &); // returns id of added song
bool AddRandomSongs(size_t);
void Add(const std::string &path) const;
void Delete(int) const;
void DeleteID(int) const;
void Delete(const std::string &, int) const;