Channels, Sessions, and Multiplexing

/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/

This module defines the read and write functions to and from the network. As we are having reentrant function and a smarter network I/O this will get very small :-)

This module is implemented by HTMux.c, and it is a part of the W3C Sample Code Library.

#ifndef HTMUX_H
#define HTMUX_H

extern HTStream * HTMuxWriter_new (HTHost * 	host,
				   HTNet * 	net,
				   HTStream *	target);
#endif


@(#) $Id: HTMux.html,v 2.6 1997/02/16 18:42:40 frystyk Exp $