| commit | 99c73b377a45d3e008e73cca9073dc006e1cfaae | [log] [download] |
|---|---|---|
| author | Ben Lindstrom <mouring@eviladmin.org> | Sat May 05 04:09:47 2001 +0000 |
| committer | Ben Lindstrom <mouring@eviladmin.org> | Sat May 05 04:09:47 2001 +0000 |
| tree | b2b33909e71916ba176521d28663d90fc8b40fc4 | |
| parent | c8cb8c0405db1f83bd8f97224f69db6a828cc94f [diff] |
- markus@cvs.openbsd.org 2001/05/04 23:47:34
[channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
move to Channel **channels (instead of Channel *channels), fixes realloc
problems. channel_new now returns a Channel *, favour Channel * over
channel id. remove old channel_allocate interface.