diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:43 +0100 |
commit | b31d171ae87dabe8026934c60b1a1195dddd32a2 (patch) | |
tree | a2ccb96a730049950f1f94df22b9147220dd16fc /src/net/SocketUtil.hxx | |
parent | 085f06594c38333536040d19eec21240cf98b12c (diff) |
*: doxygen fixups
Diffstat (limited to 'src/net/SocketUtil.hxx')
-rw-r--r-- | src/net/SocketUtil.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/SocketUtil.hxx b/src/net/SocketUtil.hxx index c0a0c95db..e7f6b8eaa 100644 --- a/src/net/SocketUtil.hxx +++ b/src/net/SocketUtil.hxx @@ -37,7 +37,6 @@ class Error; * @param type the socket type, e.g. SOCK_STREAM * @param protocol the protocol, usually 0 to let the kernel choose * @param address the address to listen on - * @param address_length the size of #address * @param backlog the backlog parameter for the listen() system call * @param error location to store the error occurring, or NULL to * ignore errors |