From 8f69a1302a52163c61142531c4a6944510c3ec12 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 27 Mar 2018 01:09:35 +0200 Subject: [PATCH] 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 --- command.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2