Mercurial > dropbear
diff session.h @ 6:ab00ef513e97
Sorted out the first channel init issues.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Jun 2004 10:48:46 +0000 |
parents | bc6477a6c393 |
children | 7f77962de998 |
line wrap: on
line diff
--- a/session.h Tue Jun 01 04:20:12 2004 +0000 +++ b/session.h Tue Jun 01 10:48:46 2004 +0000 @@ -134,7 +134,7 @@ /* Channel related */ struct Channel ** channels; /* these pointers may be null */ unsigned int chansize; /* the number of Channel*s allocated for channels */ - struct ChanType **chantypes; /* The valid channel types */ + const struct ChanType **chantypes; /* The valid channel types */ /* TCP forwarding - where manage listeners */