error: Use new logging function.

This commit is contained in:
Andreas Schneider
2013-07-14 12:12:29 +02:00
parent a73557053e
commit dcd94de076
3 changed files with 10 additions and 8 deletions

View File

@@ -91,9 +91,9 @@ static void ssh_log_stderr(int verbosity,
fprintf(stderr, " %s\n", buffer);
}
static void ssh_log_function(int verbosity,
const char *function,
const char *buffer)
void ssh_log_function(int verbosity,
const char *function,
const char *buffer)
{
ssh_logging_callback log_fn = ssh_get_log_callback();
if (log_fn) {