=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/nchan.h,v retrieving revision 1.7.2.3 retrieving revision 1.7.2.4 diff -u -r1.7.2.3 -r1.7.2.4 --- src/usr.bin/ssh/Attic/nchan.h 2001/03/12 15:44:12 1.7.2.3 +++ src/usr.bin/ssh/Attic/nchan.h 2001/03/21 18:52:54 1.7.2.4 @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* RCSID("$OpenBSD: nchan.h,v 1.7.2.3 2001/03/12 15:44:12 jason Exp $"); */ +/* RCSID("$OpenBSD: nchan.h,v 1.7.2.4 2001/03/21 18:52:54 jason Exp $"); */ #ifndef NCHAN_H #define NCHAN_H @@ -84,7 +84,7 @@ extern chan_event_fn *chan_write_failed; extern chan_event_fn *chan_obuf_empty; -extern chan_event_fn *chan_delete_if_full_closed; +int chan_is_dead(Channel * c); void chan_init_iostates(Channel * c); void chan_init(void);