Switch to unified view
a/src/mpdcli.hxx | b/src/mpdcli.hxx | ||
---|---|---|---|
... |
... |
||
126 | std::string m_host; |
126 | std::string m_host; |
127 | int m_port; |
127 | int m_port; |
128 | std::string m_password; |
128 | std::string m_password; |
129 | std::string m_onstart; |
129 | std::string m_onstart; |
130 | std::string m_onplay; |
130 | std::string m_onplay; |
131 | std::string m_onpause; |
||
131 | std::string m_onstop; |
132 | std::string m_onstop; |
132 | bool m_externalvolumecontrol; |
133 | bool m_externalvolumecontrol; |
133 | std::vector<std::string> m_onvolumechange; |
134 | std::vector<std::string> m_onvolumechange; |
134 | std::vector<std::string> m_getexternalvolume; |
135 | std::vector<std::string> m_getexternalvolume; |
135 | regex_t m_tpuexpr; |
136 | regex_t m_tpuexpr; |