Mercurial > dropbear
diff agentfwd.h @ 550:61c3513825b0 agent-client
Talking to the agent works now. Can't interpret the pubkeys.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 01 Jul 2009 06:27:27 +0000 |
parents | cf376c696dfc |
children | c3f2ec71e3d4 |
line wrap: on
line diff
--- a/agentfwd.h Wed Jul 01 04:53:17 2009 +0000 +++ b/agentfwd.h Wed Jul 01 06:27:27 2009 +0000 @@ -39,7 +39,7 @@ void agentcleanup(struct ChanSess * chansess); void agentset(struct ChanSess *chansess); -void load_agent_keys(); +void load_agent_keys(struct SignKeyList * ret_list); #ifdef __hpux #define seteuid(a) setresuid(-1, (a), -1)