diff options
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/channels.h b/channels.h index 493b04aa2..2cd82148e 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.28 2001/03/16 19:06:29 markus Exp $"); */ | 35 | /* RCSID("$OpenBSD: channels.h,v 1.29 2001/04/04 20:25:36 markus Exp $"); */ |
36 | 36 | ||
37 | #ifndef CHANNELS_H | 37 | #ifndef CHANNELS_H |
38 | #define CHANNELS_H | 38 | #define CHANNELS_H |
@@ -171,7 +171,8 @@ void channel_free(int channel); | |||
171 | * select bitmasks. | 171 | * select bitmasks. |
172 | */ | 172 | */ |
173 | void | 173 | void |
174 | channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp); | 174 | channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, |
175 | int rekeying); | ||
175 | 176 | ||
176 | /* | 177 | /* |
177 | * After select, perform any appropriate operations for channels which have | 178 | * After select, perform any appropriate operations for channels which have |