summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:19:40 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:19:40 +0200
commitfa11083fcb1398d17b5439e7d9d2e96aae8b808c (patch)
tree59f85f0f2b6c6bf0eb91eed36c15705ebe9cb6d0 /include/libssh/priv.h
parent2bc8819e8f68014ba35d03e56393e4d0c16386f8 (diff)
downloadlibssh-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.h2
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;