From 71e5a536ec815d542b199f2ae6d646c0db9f1b58 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Wed, 30 Aug 2017 03:59:08 +0000 Subject: upstream commit pass packet state down to some of the channels function (more to come...); ok markus@ Upstream-ID: d8ce7a94f4059d7ac1e01fb0eb01de0c4b36c81b --- channels.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'channels.h') diff --git a/channels.h b/channels.h index 36e5363a..5ecb4d7c 100644 --- a/channels.h +++ b/channels.h @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.h,v 1.126 2017/05/30 14:23:52 markus Exp $ */ +/* $OpenBSD: channels.h,v 1.127 2017/08/30 03:59:08 djm Exp $ */ /* * Author: Tatu Ylonen @@ -249,9 +249,9 @@ int channel_input_status_confirm(int, u_int32_t, struct ssh *); /* file descriptor handling (read/write) */ -void channel_prepare_select(fd_set **, fd_set **, int *, u_int*, - time_t*, int); -void channel_after_select(fd_set *, fd_set *); +void channel_prepare_select(struct ssh *, fd_set **, fd_set **, int *, + u_int*, time_t*); +void channel_after_select(struct ssh *, fd_set *, fd_set *); void channel_output_poll(void); int channel_not_very_much_buffered_data(void); -- cgit v1.2.3