diff --git a/src/cw/sock_setport.c b/src/cw/sock_setport.c index e5df2643..b8e71062 100644 --- a/src/cw/sock_setport.c +++ b/src/cw/sock_setport.c @@ -36,6 +36,7 @@ * @param addr sockaddr where the port will be set * @param port number * @return 1 if successful, otherwise 0 + * * Ports can only be set for sockaddrs of type AF_INET and AF_INET6 */ int sock_setport(struct sockaddr *addr, int port)