]> andersk Git - openssh.git/blobdiff - channels.h
- Remove references to SSLeay.
[openssh.git] / channels.h
index 24fedb3224501601415aedef7271281870e5a0a3..613c010721d1c01e81490f90beb6ff0763aec0bc 100644 (file)
@@ -56,7 +56,7 @@ typedef struct Channel {
 
        char   *ctype;          /* type */
 
-       // callback
+       /* callback */
        channel_callback_fn     *cb_fn;
        void    *cb_arg;
        int     cb_event;
@@ -175,7 +175,7 @@ void    channel_permit_all_opens(void);
  * listening for the port, and sends back a success reply (or disconnect
  * message if there was an error).  This never returns if there was an error.
  */
-void    channel_input_port_forward_request(int is_root);
+void    channel_input_port_forward_request(int is_root, int gateway_ports);
 
 /*
  * Creates a port for X11 connections, and starts listening for it. Returns
This page took 0.071064 seconds and 4 git commands to generate.