]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Rename handle_connect().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 12 Oct 2021 17:50:53 +0000 (19:50 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Aug 2022 13:37:26 +0000 (15:37 +0200)
commit810be60c845379bbe21c49c17139da02778b99e7
tree15b17280f3df585121f34dc704267039327db3ae
parentad37397a4f7734394ef1f03b4b54a54226421a4e
audiod: Rename handle_connect().

Now that it has the same signature as para_server's handle_connect(),
doxygen gets confused and complains as follows:

audiod_command.c:359: warning: argument 'accept_fd' of command @param is not found in the argument list of handle_connect(int fd)

This is a false positive, but since "handle_connect" is not a very
descriptive name for a public function in the first place, let's
rename it.
audiod.c
audiod.h
audiod_command.c