diff options
Diffstat (limited to 'agentfwd.h')
-rw-r--r-- | agentfwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |