diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-07-24 22:19:40 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-07-24 22:19:40 +0200 |
commit | fa11083fcb1398d17b5439e7d9d2e96aae8b808c (patch) | |
tree | 59f85f0f2b6c6bf0eb91eed36c15705ebe9cb6d0 /include/libssh/priv.h | |
parent | 2bc8819e8f68014ba35d03e56393e4d0c16386f8 (diff) | |
download | libssh-fa11083fcb1398d17b5439e7d9d2e96aae8b808c.tar.gz libssh-fa11083fcb1398d17b5439e7d9d2e96aae8b808c.tar.xz libssh-fa11083fcb1398d17b5439e7d9d2e96aae8b808c.zip |
Change refs from AGENT * to ssh_agent
Fixes also a typo in ssh_agent declaration
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r-- | include/libssh/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index b951cbcd..98fde995 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -382,7 +382,7 @@ struct ssh_session { int maxchannel; int exec_channel_opened; /* version 1 only. more info in channels1.c */ - AGENT *agent; /* ssh agent */ + ssh_agent agent; /* ssh agent */ /* keyb interactive data */ struct ssh_kbdint *kbdint; |