summaryrefslogtreecommitdiffstats
path: root/nchan.h
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.h')
-rw-r--r--nchan.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nchan.h b/nchan.h
index 49f2d060..0ceee1c7 100644
--- a/nchan.h
+++ b/nchan.h
@@ -27,7 +27,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* RCSID("$Id: nchan.h,v 1.3 1999/11/25 00:54:59 damien Exp $"); */
+/* RCSID("$Id: nchan.h,v 1.4 2000/04/01 01:09:24 damien Exp $"); */
#ifndef NCHAN_H
#define NCHAN_H
@@ -83,4 +83,6 @@ void chan_write_failed(Channel * c);
void chan_obuf_empty(Channel * c);
void chan_init_iostates(Channel * c);
+
+void chan_delete_if_full_closed(Channel *c);
#endif