aboutsummaryrefslogtreecommitdiff
path: root/src/output/HttpdInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 12:56:23 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 13:40:56 +0100
commitad5eb2f8d6f32c69603e658e14d813d71ba5b220 (patch)
tree89ff752ba4d73677c45ffbcdb4f4d19d4c7123a6 /src/output/HttpdInternal.hxx
parent39d56d6b65dd8441afb39eb60553e25e768bbe7f (diff)
ServerSocket: expose the class
Eliminate the C wrappers.
Diffstat (limited to 'src/output/HttpdInternal.hxx')
-rw-r--r--src/output/HttpdInternal.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/output/HttpdInternal.hxx b/src/output/HttpdInternal.hxx
index 702f4ad3..5c5abd0d 100644
--- a/src/output/HttpdInternal.hxx
+++ b/src/output/HttpdInternal.hxx
@@ -36,6 +36,7 @@
#include <stdbool.h>
+class ServerSocket;
class HttpdClient;
struct HttpdOutput {
@@ -80,7 +81,7 @@ struct HttpdOutput {
/**
* The listener socket.
*/
- struct server_socket *server_socket;
+ ServerSocket *server_socket;
/**
* The header page, which is sent to every client on connect.