summaryrefslogtreecommitdiffhomepage
path: root/agentfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'agentfwd.h')
-rw-r--r--agentfwd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/agentfwd.h b/agentfwd.h
index 0b42cb2..a0f675d 100644
--- a/agentfwd.h
+++ b/agentfwd.h
@@ -30,9 +30,8 @@
#include "channel.h"
int agentreq(struct ChanSess * chansess);
-int agentaccept(struct ChanSess * chansess);
-void agentcleanup(struct ChanSess * chansess);
void agentsetauth(struct ChanSess *chansess);
+void agentcleanup(struct ChanSess * chansess);
void agentset(struct ChanSess *chansess);
#ifdef __hpux