aboutsummaryrefslogtreecommitdiff
path: root/src/output/HttpdClient.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-27 23:21:39 +0100
committerMax Kellermann <max@duempel.org>2013-01-27 23:21:39 +0100
commit27f8ef2f338440f0d4d258f0f2dfc3ca88e83ab2 (patch)
tree88de433c473a06d421f7c729ebe9a85eb417a0a1 /src/output/HttpdClient.cxx
parent2cbe21c791aeb28c61a26a6ff447ba2089f58181 (diff)
output/httpd: rename struct httpd_output
Diffstat (limited to 'src/output/HttpdClient.cxx')
-rw-r--r--src/output/HttpdClient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/HttpdClient.cxx b/src/output/HttpdClient.cxx
index 33aad191..6b1b9c50 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)),