aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 14:05:58 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-26 14:05:58 +0200
commitcd7f6bea573e345ac01e0c5226a3fa27ca83e2a8 (patch)
treef5760ca5f8bc63e6da0e93ae0b3fe53bc64085f0 /include/libssh/libssh.h
parentc3dc60103f03142873bdb78d112adbe423c94c2e (diff)
downloadlibssh-cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8.tar.gz
libssh-cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8.tar.xz
libssh-cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8.zip
more priv.h splitting
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 0 insertions, 2 deletions
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;