diff options
Diffstat (limited to 'libssh/log.c')
-rw-r--r-- | libssh/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/log.c b/libssh/log.c index f2a4b8b9..fb2d6663 100644 --- a/libssh/log.c +++ b/libssh/log.c @@ -44,7 +44,7 @@ * * @param format The format string of the log entry. */ -void ssh_log(SSH_SESSION *session, int verbosity, const char *format, ...) { +void ssh_log(ssh_session session, int verbosity, const char *format, ...) { char buffer[1024]; char indent[256]; int min; |