projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ceb90b
)
command.c: Document return value of handle_connect().
author
Andre Noll
<maan@tuebingen.mpg.de>
Mon, 26 Mar 2018 23:09:35 +0000
(
01:09
+0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/command.c
b/command.c
index
aea4814
..
6b9f91d
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.
*
+ * \return Standard.
+ *
* \sa alarm(2), \ref crypt.c, \ref crypt.h.
*/
int handle_connect(int fd)