Mercurial > dropbear
diff agentfwd.h @ 11:f76c9389e9e0
Mostly done with the listener changeover
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 17:22:48 +0000 |
parents | fe6bca95afa7 |
children | ca7e76d981d9 |
line wrap: on
line diff
--- a/agentfwd.h Thu Jun 03 16:45:53 2004 +0000 +++ b/agentfwd.h Thu Jun 03 17:22:48 2004 +0000 @@ -30,9 +30,8 @@ #include "channel.h" int agentreq(struct ChanSess * chansess); -int agentaccept(struct ChanSess * chansess); +void agentsetauth(struct ChanSess *chansess); void agentcleanup(struct ChanSess * chansess); -void agentsetauth(struct ChanSess *chansess); void agentset(struct ChanSess *chansess); #ifdef __hpux