Switch to unified view

a/src/mpdcli.hxx b/src/mpdcli.hxx
...
...
151
    std::string m_password;
151
    std::string m_password;
152
    std::string m_onstart;
152
    std::string m_onstart;
153
    std::string m_onplay;
153
    std::string m_onplay;
154
    std::string m_onstop;
154
    std::string m_onstop;
155
    bool m_externalvolumecontrol;
155
    bool m_externalvolumecontrol;
156
    std::string m_onvolumechange;
156
    std::vector<std::string> m_onvolumechange;
157
    std::string m_getexternalvolume;
157
    std::vector<std::string> m_getexternalvolume;
158
    regex_t m_tpuexpr;
158
    regex_t m_tpuexpr;
159
    // addtagid command only exists for mpd 0.19 and later.
159
    // addtagid command only exists for mpd 0.19 and later.
160
    bool m_have_addtagid; 
160
    bool m_have_addtagid; 
161
    // Position and id of last insertion: if the new request is to
161
    // Position and id of last insertion: if the new request is to
162
    // insert after this id, and the queue did not change, we compute
162
    // insert after this id, and the queue did not change, we compute