mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03:00
error: Use new logging function.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user