command.c: Document return value of handle_connect().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 Mar 2018 23:09:35 +0000 (01:09 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 Mar 2018 23:09:50 +0000 (01:09 +0200)
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

index aea48146a38cefd7aeb22ea2994c9d53b5633c08..6b9f91de7a9b2acf76dd1e719fa6c88af96310ea 100644 (file)
--- 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.
  *
  * 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)
  * \sa alarm(2), \ref crypt.c, \ref crypt.h.
  */
 int handle_connect(int fd)