diff options
author | Max Kellermann <max@duempel.org> | 2013-01-27 23:21:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-27 23:21:39 +0100 |
commit | 27f8ef2f338440f0d4d258f0f2dfc3ca88e83ab2 (patch) | |
tree | 88de433c473a06d421f7c729ebe9a85eb417a0a1 /src/output/HttpdClient.cxx | |
parent | 2cbe21c791aeb28c61a26a6ff447ba2089f58181 (diff) | |
download | mpd-27f8ef2f338440f0d4d258f0f2dfc3ca88e83ab2.tar.gz mpd-27f8ef2f338440f0d4d258f0f2dfc3ca88e83ab2.tar.xz mpd-27f8ef2f338440f0d4d258f0f2dfc3ca88e83ab2.zip |
output/httpd: rename struct httpd_output
Diffstat (limited to '')
-rw-r--r-- | src/output/HttpdClient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/HttpdClient.cxx b/src/output/HttpdClient.cxx index 33aad1919..6b1b9c50a 100644 --- a/src/output/HttpdClient.cxx +++ b/src/output/HttpdClient.cxx @@ -335,7 +335,7 @@ httpd_client_in_event(G_GNUC_UNUSED GIOChannel *source, GIOCondition condition, } } -HttpdClient::HttpdClient(httpd_output *_httpd, int _fd, +HttpdClient::HttpdClient(HttpdOutput *_httpd, int _fd, bool _metadata_supported) :httpd(_httpd), channel(g_io_channel_new_socket(_fd)), |