Switch to unified view

a/upmpd/mpdcli.hxx b/upmpd/mpdcli.hxx
...
...
105
    bool clearQueue();
105
    bool clearQueue();
106
    int insert(const std::string& uri, int pos);
106
    int insert(const std::string& uri, int pos);
107
    // Insert after given id. Returns new id or -1
107
    // Insert after given id. Returns new id or -1
108
    int insertAfterId(const std::string& uri, int id);
108
    int insertAfterId(const std::string& uri, int id);
109
    bool deleteId(int id);
109
    bool deleteId(int id);
110
    // start included, end excluded
111
    bool deletePosRange(unsigned int start, unsigned int end);
110
    bool statId(int id);
112
    bool statId(int id);
111
    int curpos();
113
    int curpos();
112
    bool getQueueData(std::vector<UpSong>& vdata);
114
    bool getQueueData(std::vector<UpSong>& vdata);
113
    bool statSong(UpSong& usong, int pos = -1, bool isId = false);
115
    bool statSong(UpSong& usong, int pos = -1, bool isId = false);
114
    UpSong& mapSong(UpSong& usong, struct mpd_song *song);
116
    UpSong& mapSong(UpSong& usong, struct mpd_song *song);