diff options
Diffstat (limited to 'agentfwd.h')
-rw-r--r-- | agentfwd.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,9 +30,8 @@ #include "channel.h" int agentreq(struct ChanSess * chansess); -int agentaccept(struct ChanSess * chansess); -void agentcleanup(struct ChanSess * chansess); void agentsetauth(struct ChanSess *chansess); +void agentcleanup(struct ChanSess * chansess); void agentset(struct ChanSess *chansess); #ifdef __hpux |