aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-11-10 09:09:35 +0100
committerAndreas Schneider <mail@cynapses.org>2009-11-10 09:12:07 +0100
commit12da24c0565d0de234cc89336062b8fd06b583ac (patch)
tree4e15c680cc4ab90903e24dfb19afc6dc11ca8dc8 /include
parentd821117033278c1304cd2baef0ad50fa4a2e2629 (diff)
downloadlibssh-12da24c0565d0de234cc89336062b8fd06b583ac.tar.gz
libssh-12da24c0565d0de234cc89336062b8fd06b583ac.tar.xz
libssh-12da24c0565d0de234cc89336062b8fd06b583ac.zip
Added an option to set log verbosity as string.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 483b5c35..53423ad3 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -256,6 +256,7 @@ enum ssh_options_e {
SSH_OPTIONS_SSH1,
SSH_OPTIONS_SSH2,
SSH_OPTIONS_LOG_VERBOSITY,
+ SSH_OPTIONS_LOG_VERBOSITY_STR,
SSH_OPTIONS_CIPHERS_C_S,
SSH_OPTIONS_CIPHERS_S_C,