From cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 14:05:58 +0200 Subject: more priv.h splitting --- include/libssh/libssh.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 721b6130..8f7029c9 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -107,7 +107,6 @@ typedef struct ssh_channel_struct CHANNEL; typedef struct ssh_agent_struct AGENT; #endif -typedef struct ssh_kbdint_struct SSH_KBDINT; typedef struct ssh_message_struct SSH_MESSAGE; typedef struct ssh_options_struct SSH_OPTIONS; typedef struct ssh_session_struct SSH_SESSION; @@ -115,7 +114,6 @@ typedef struct ssh_session_struct SSH_SESSION; typedef struct ssh_agent_struct* ssh_agent; typedef struct ssh_buffer_struct* ssh_buffer; typedef struct ssh_channel_struct* ssh_channel; -typedef struct ssh_kbdint_struct* ssh_kbdint; typedef struct ssh_message_struct *ssh_message; typedef struct ssh_options_struct* ssh_options; typedef struct ssh_private_key_struct* ssh_private_key; -- cgit