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

tidy-up: formatting nits [ci skip]

This commit is contained in:
Viktor Szakats
2023-04-26 17:55:27 +00:00
parent 6c6bf4e5c0
commit d7bec41df3
2 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@ libssh2_trace_sethandler - set a trace output handler
#include <libssh2.h>
typedef void (*libssh2_trace_handler_func)(LIBSSH2_SESSION *session,
void* context,
void *context,
const char *data,
size_t length);
int
libssh2_trace_sethandler(LIBSSH2_SESSION *session,
void* context,
void *context,
libssh2_trace_handler_func callback);
.fi
.SH DESCRIPTION