log: Split do_ssh_log().

This commit is contained in:
Andreas Schneider
2011-09-17 11:05:17 +02:00
parent 569312f7bd
commit b96943e861
2 changed files with 20 additions and 10 deletions

View File

@@ -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 */