From ffed8b03bb6e170abbd9564547ba439302840618 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 21:40:58 +0200 Subject: remove the broken setters for options,cb init macro --- include/libssh/libssh.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 10103e55..cfb2583d 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -252,13 +252,6 @@ enum ssh_options_e { SSH_OPTIONS_SSH2, SSH_OPTIONS_LOG_VERBOSITY, - SSH_OPTIONS_AUTH_CALLBACK, - SSH_OPTIONS_AUTH_USERDATA, - SSH_OPTIONS_LOG_CALLBACK, - SSH_OPTIONS_LOG_USERDATA, - SSH_OPTIONS_STATUS_CALLBACK, - SSH_OPTIONS_STATUS_ARG, - SSH_OPTIONS_CIPHERS_C_S, SSH_OPTIONS_CIPHERS_S_C, SSH_OPTIONS_COMPRESSION_C_S, -- cgit