From b03818aaedf2a5eb0b78f4ea191de1b1da40adf7 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 10 Dec 2019 21:11:46 +0100 Subject: [PATCH] init: Fix documentation about return values of void functions Fixes T203 Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- src/init.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/init.c b/src/init.c index a8dfe030..9e70bf65 100644 --- a/src/init.c +++ b/src/init.c @@ -106,7 +106,6 @@ _ret: * * This functions is automatically called when the library is loaded. * - * @returns 0 on success, -1 if an error occured. */ void libssh_constructor(void) { @@ -188,8 +187,6 @@ _ret: * * This function is automatically called when the library is unloaded. * - * @returns SSH_OK on success, SSH_ERROR if an error occurred. - * */ void libssh_destructor(void) {