From dcd94de076eb8d68885eda4210a69e3716cb95b5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 14 Jul 2013 12:12:29 +0200 Subject: error: Use new logging function. --- include/libssh/priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 35a6e4f3..15855ff8 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -152,6 +152,10 @@ struct ssh_kex_struct; int ssh_get_key_params(ssh_session session, ssh_key *privkey); /* LOGGING */ +void ssh_log_function(int verbosity, + const char *function, + const char *buffer); + void _ssh_log(int verbosity, const char *function, const char *format, ...) PRINTF_ATTRIBUTE(3, 4); -- cgit v1.2.3