output/httpd: rename struct httpd_output

This commit is contained in:
Max Kellermann
2013-01-27 23:21:39 +01:00
parent 2cbe21c791
commit 27f8ef2f33
4 changed files with 33 additions and 33 deletions

View File

@@ -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)),