aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 11:05:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-17 11:05:17 +0200
commitb96943e86142774871107a4f814573998e2c8048 (patch)
tree96ba02c2b881cdcce152eb581a9d3e6a412986e3 /include
parent569312f7bd8a45e9f9c33907e01ced04df60c104 (diff)
downloadlibssh-b96943e86142774871107a4f814573998e2c8048.tar.gz
libssh-b96943e86142774871107a4f814573998e2c8048.tar.xz
libssh-b96943e86142774871107a4f814573998e2c8048.zip
log: Split do_ssh_log().
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h3
1 files changed, 3 insertions, 0 deletions
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 */