server_socket: convert to C++

This commit is contained in:
Max Kellermann
2013-01-15 21:42:55 +01:00
parent 7087935656
commit bc66dc45e6
6 changed files with 158 additions and 153 deletions

View File

@@ -22,10 +22,7 @@
#include "Main.hxx"
#include "Client.hxx"
#include "conf.h"
extern "C" {
#include "server_socket.h"
}
#include "ServerSocket.hxx"
#include <string.h>
#include <assert.h>