From 9a8d4cd0fdd18127065cacbc11296933669ea9ca Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 21:55:54 +0200 Subject: get rid of SSH_SESSION --- libssh/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/log.c') 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; -- cgit v1.2.3