event/ServerSocket: remove obsolete typedef

This commit is contained in:
Max Kellermann 2015-02-10 20:24:23 +01:00
parent 9c83d3c78c
commit 68fcbaf4c8

View File

@ -28,12 +28,6 @@ struct sockaddr;
class EventLoop;
class Error;
class AllocatedPath;
typedef void (*server_socket_callback_t)(int fd,
const struct sockaddr *address,
size_t address_length, int uid,
void *ctx);
class OneServerSocket;
/**