summaryrefslogtreecommitdiff
path: root/nchan.h
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.h')
-rw-r--r--nchan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nchan.h b/nchan.h
index 366b894ae..623ecccc3 100644
--- a/nchan.h
+++ b/nchan.h
@@ -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;
84extern chan_event_fn *chan_write_failed; 84extern chan_event_fn *chan_write_failed;
85extern chan_event_fn *chan_obuf_empty; 85extern chan_event_fn *chan_obuf_empty;
86 86
87extern chan_event_fn *chan_delete_if_full_closed; 87int chan_is_dead(Channel * c);
88 88
89void chan_init_iostates(Channel * c); 89void chan_init_iostates(Channel * c);
90void chan_init(void); 90void chan_init(void);