diff options
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.h b/channels.h index 98bba1aed..c36f66b68 100644 --- a/channels.h +++ b/channels.h | |||
@@ -32,7 +32,7 @@ | |||
32 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 32 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
33 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 33 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
34 | */ | 34 | */ |
35 | /* RCSID("$OpenBSD: channels.h,v 1.42 2001/06/26 17:27:23 markus Exp $"); */ | 35 | /* RCSID("$OpenBSD: channels.h,v 1.43 2001/06/30 18:08:40 stevesk Exp $"); */ |
36 | 36 | ||
37 | #ifndef CHANNEL_H | 37 | #ifndef CHANNEL_H |
38 | #define CHANNEL_H | 38 | #define CHANNEL_H |
@@ -184,7 +184,7 @@ void channel_add_permitted_opens(char *, int); | |||
184 | void channel_clear_permitted_opens(void); | 184 | void channel_clear_permitted_opens(void); |
185 | void channel_input_port_forward_request(int, int); | 185 | void channel_input_port_forward_request(int, int); |
186 | int channel_connect_to(const char *, u_short); | 186 | int channel_connect_to(const char *, u_short); |
187 | int channel_connect_by_listen_adress(u_short); | 187 | int channel_connect_by_listen_address(u_short); |
188 | void channel_request_remote_forwarding(u_short, const char *, u_short); | 188 | void channel_request_remote_forwarding(u_short, const char *, u_short); |
189 | int channel_request_local_forwarding(u_short, const char *, u_short, int); | 189 | int channel_request_local_forwarding(u_short, const char *, u_short, int); |
190 | int | 190 | int |