From 27f8ef2f338440f0d4d258f0f2dfc3ca88e83ab2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Jan 2013 23:21:39 +0100 Subject: output/httpd: rename struct httpd_output --- src/output/HttpdClient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/HttpdClient.cxx') 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)), -- cgit v1.2.3