From: Andre Noll Date: Mon, 26 Mar 2018 23:09:35 +0000 (+0200) Subject: command.c: Document return value of handle_connect(). X-Git-Tag: v0.6.2~4^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8f69a1302a52163c61142531c4a6944510c3ec12 command.c: Document return value of handle_connect(). Kind of pointless, but gets rid of the following Doxygen warning: /home/maan/scm/paraslash/server.h:112: warning: return type of member handle_connect is not documented --- diff --git a/command.c b/command.c index aea48146..6b9f91de 100644 --- a/command.c +++ b/command.c @@ -900,6 +900,8 @@ static int run_command(struct command_context *cc, struct iovec *iov) * the function if the connection was not authenticated when the timeout * expires. * + * \return Standard. + * * \sa alarm(2), \ref crypt.c, \ref crypt.h. */ int handle_connect(int fd)