summaryrefslogtreecommitdiffstats
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels.h b/channels.h
index bf70a8f2..25c0e83c 100644
--- a/channels.h
+++ b/channels.h
@@ -293,6 +293,8 @@ void auth_request_forwarding(void);
*/
char *auth_get_socket_name(void);
+void auth_sock_cleanup_proc(void *_pw);
+
/*
* This is called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.
* This starts forwarding authentication requests.