X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/32d209ee9059cc881f6fbc3e5c877eb7edf5327b..90f1379c03f34549731e7f82120e0534a185336f:/lib/client.c diff --git a/lib/client.c b/lib/client.c index fdf0abe..fb1b1cc 100644 --- a/lib/client.c +++ b/lib/client.c @@ -114,11 +114,6 @@ void disorder_force_unpriv(disorder_client *c) { c->trypriv = 0; } -/** @brief Return the address family used by this client */ -int disorder_client_af(disorder_client *c) { - return c->family; -} - /** @brief Determine the local socket address of this client */ int disorder_client_sockname(disorder_client *c, struct sockaddr *sa, socklen_t *len_inout) {