Add comments for return value in cleanup().
This commit is contained in:
parent
2ea61d8b39
commit
1386fb8665
2
server.c
2
server.c
@ -89,7 +89,7 @@ static void usage(void)
|
|||||||
/**
|
/**
|
||||||
* @details Function for convenient cleanup of resources.
|
* @details Function for convenient cleanup of resources.
|
||||||
* @param void Function takes no arguments.
|
* @param void Function takes no arguments.
|
||||||
* @return
|
* @return 0 on success. Non-zero on failure.
|
||||||
*/
|
*/
|
||||||
static int cleanup(void)
|
static int cleanup(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user