From 12da24c0565d0de234cc89336062b8fd06b583ac Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 10 Nov 2009 09:09:35 +0100 Subject: Added an option to set log verbosity as string. --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 483b5c3..53423ad 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, -- cgit