1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

libssh2_trace.3: Update prototype

Return value is int, not void.

Reported-by: pyscripter on github
Bug: https://github.com/libssh2/libssh2/issues/1517#issuecomment-2608628918
Closes #1518
This commit is contained in:
Will Cosgrove
2025-01-23 08:38:24 -08:00
committed by Viktor Szakats
parent c343f06b38
commit 7495084b1c

View File

@ -7,7 +7,7 @@ libssh2_trace - enable debug info from inside libssh2
.nf
#include <libssh2.h>
void
int
libssh2_trace(LIBSSH2_SESSION *session, int bitmask);
.fi
.SH DESCRIPTION
@ -37,3 +37,5 @@ Error debugging
.IP LIBSSH2_TRACE_PUBLICKEY
Public Key debugging
.RE
.SH RETURN VALUE
Currently always 0, no error.