From b96943e86142774871107a4f814573998e2c8048 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 11:05:17 +0200 Subject: log: Split do_ssh_log(). --- include/libssh/priv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 0ab371d..aa22d10 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -272,6 +272,9 @@ void ssh_log_common(struct ssh_common_struct *common, int verbosity, const char *function, const char *format, ...) PRINTF_ATTRIBUTE(4, 5); +void ssh_log_function(int verbosity, + const char *function, + const char *buffer); /** Free memory space */ -- cgit