diff options
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/channels.h b/channels.h index 263934265..9763edf8e 100644 --- a/channels.h +++ b/channels.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* RCSID("$Id: channels.h,v 1.8 2000/04/30 00:00:54 damien Exp $"); */ | 1 | /* RCSID("$Id: channels.h,v 1.9 2000/05/07 02:03:15 damien Exp $"); */ |
2 | 2 | ||
3 | #ifndef CHANNELS_H | 3 | #ifndef CHANNELS_H |
4 | #define CHANNELS_H | 4 | #define CHANNELS_H |
@@ -56,7 +56,7 @@ typedef struct Channel { | |||
56 | 56 | ||
57 | char *ctype; /* type */ | 57 | char *ctype; /* type */ |
58 | 58 | ||
59 | // callback | 59 | /* callback */ |
60 | channel_callback_fn *cb_fn; | 60 | channel_callback_fn *cb_fn; |
61 | void *cb_arg; | 61 | void *cb_arg; |
62 | int cb_event; | 62 | int cb_event; |
@@ -175,7 +175,7 @@ void channel_permit_all_opens(void); | |||
175 | * listening for the port, and sends back a success reply (or disconnect | 175 | * listening for the port, and sends back a success reply (or disconnect |
176 | * message if there was an error). This never returns if there was an error. | 176 | * message if there was an error). This never returns if there was an error. |
177 | */ | 177 | */ |
178 | void channel_input_port_forward_request(int is_root); | 178 | void channel_input_port_forward_request(int is_root, int gateway_ports); |
179 | 179 | ||
180 | /* | 180 | /* |
181 | * Creates a port for X11 connections, and starts listening for it. Returns | 181 | * Creates a port for X11 connections, and starts listening for it. Returns |