diff options
Diffstat (limited to 'nchan.h')
-rw-r--r-- | nchan.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ | |||
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | /* RCSID("$OpenBSD: nchan.h,v 1.9 2000/09/07 20:27:52 deraadt Exp $"); */ | 25 | /* RCSID("$OpenBSD: nchan.h,v 1.10 2001/02/28 08:54:55 markus Exp $"); */ |
26 | 26 | ||
27 | #ifndef NCHAN_H | 27 | #ifndef NCHAN_H |
28 | #define NCHAN_H | 28 | #define NCHAN_H |
@@ -84,7 +84,7 @@ extern chan_event_fn *chan_rcvd_ieof; | |||
84 | extern chan_event_fn *chan_write_failed; | 84 | extern chan_event_fn *chan_write_failed; |
85 | extern chan_event_fn *chan_obuf_empty; | 85 | extern chan_event_fn *chan_obuf_empty; |
86 | 86 | ||
87 | extern chan_event_fn *chan_delete_if_full_closed; | 87 | int chan_is_dead(Channel * c); |
88 | 88 | ||
89 | void chan_init_iostates(Channel * c); | 89 | void chan_init_iostates(Channel * c); |
90 | void chan_init(void); | 90 | void chan_init(void); |