summaryrefslogtreecommitdiffhomepage
path: root/agentfwd.h
diff options
context:
space:
mode:
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)