diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-02-02 14:41:44 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-02-02 14:41:44 +0000 |
commit | 70aa33c041b88573b32d67d0153c6472ce41ea8b (patch) | |
tree | d6f7d17110e3b5994ec3fcdf9218c080827220c4 /include/libssh/libssh.h | |
parent | 944084964a424584efa1f3e46c8efb731e58023f (diff) | |
download | libssh-70aa33c041b88573b32d67d0153c6472ce41ea8b.tar.gz libssh-70aa33c041b88573b32d67d0153c6472ce41ea8b.tar.xz libssh-70aa33c041b88573b32d67d0153c6472ce41ea8b.zip |
Start with ssh agent implementation.
This is work in progress.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@200 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index cf637748..f3ad2f56 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -52,6 +52,7 @@ typedef struct public_key_struct PUBLIC_KEY; typedef struct private_key_struct PRIVATE_KEY; typedef struct ssh_options_struct SSH_OPTIONS; typedef struct channel_struct CHANNEL; +typedef struct agent_struct AGENT; typedef struct ssh_session SSH_SESSION; typedef struct ssh_kbdint SSH_KBDINT; |