summaryrefslogtreecommitdiffhomepage
path: root/agentfwd.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-07-01 06:27:27 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-07-01 06:27:27 +0000
commit9dc9aff0164ba777ae9806e9608af09aaf1a786e (patch)
tree28b3c29b7ff1ffbd2c9d5efb08e0404f35276088 /agentfwd.h
parentc6582dbe370705270e6164ff8212dbdddafd9250 (diff)
Talking to the agent works now. Can't interpret the pubkeys.
--HG-- branch : agent-client extra : convert_revision : 357373f28e889108178b8627480fd24bc26dcbd7
Diffstat (limited to 'agentfwd.h')
-rw-r--r--agentfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agentfwd.h b/agentfwd.h
index 5928220..8575b0c 100644
--- a/agentfwd.h
+++ b/agentfwd.h
@@ -39,7 +39,7 @@ void agentsetauth(struct ChanSess *chansess);
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)