summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/nchan.c b/nchan.c
index 02c213c20..d049a945a 100644
--- a/nchan.c
+++ b/nchan.c
@@ -23,17 +23,16 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: nchan.c,v 1.20 2000/11/06 23:04:56 markus Exp $"); 26RCSID("$OpenBSD: nchan.c,v 1.22 2001/01/21 19:05:52 markus Exp $");
27
28#include "ssh.h"
29 27
28#include "ssh1.h"
29#include "ssh2.h"
30#include "buffer.h" 30#include "buffer.h"
31#include "packet.h" 31#include "packet.h"
32#include "channels.h" 32#include "channels.h"
33#include "nchan.h" 33#include "nchan.h"
34
35#include "ssh2.h"
36#include "compat.h" 34#include "compat.h"
35#include "log.h"
37 36
38/* functions manipulating channel states */ 37/* functions manipulating channel states */
39/* 38/*