summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels.h b/channels.h
index 9763edf8e..922c5d0ae 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
1/* RCSID("$Id: channels.h,v 1.9 2000/05/07 02:03:15 damien Exp $"); */ 1/* RCSID("$Id: channels.h,v 1.10 2000/06/07 09:55:44 djm Exp $"); */
2 2
3#ifndef CHANNELS_H 3#ifndef CHANNELS_H
4#define CHANNELS_H 4#define CHANNELS_H
@@ -222,10 +222,10 @@ void auth_request_forwarding(void);
222char *auth_get_socket_name(void); 222char *auth_get_socket_name(void);
223 223
224/* 224/*
225 * This if called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server. 225 * This is called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.
226 * This starts forwarding authentication requests. 226 * This starts forwarding authentication requests.
227 */ 227 */
228void auth_input_request_forwarding(struct passwd * pw); 228int auth_input_request_forwarding(struct passwd * pw);
229 229
230/* This is called to process an SSH_SMSG_AGENT_OPEN message. */ 230/* This is called to process an SSH_SMSG_AGENT_OPEN message. */
231void auth_input_open_request(int type, int plen); 231void auth_input_open_request(int type, int plen);