File:  [Public] / libwww / Library / src / WWWMux.html
Revision 2.4: download - view: text, annotated - select for diffs
Wed Jul 22 19:25:52 1998 UTC (25 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, Release-5-2, HEAD, Before-New-Trace-Messages, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
removed HTMux.h as included

<HTML>
<HEAD>
  <TITLE>W3C Sample Code Library libwww MUX Transport</TITLE>
</HEAD>
<BODY>
<H1>
  Declaration of W3C Sample Code Library MUX Transport
</H1>
<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>
<PRE>
#ifndef WWWMUX_H
#define WWWMUX_H
</PRE>
<PRE>
#ifdef __cplusplus
extern "C" { 
#endif
</PRE>
<H2>
  System dependencies
</H2>
<P>
The <A HREF="wwwsys.html">wwwsys.h</A> file includes system-specific include
files and flags for I/O to network and disk. The only reason for this file
is that the Internet world is more complicated than Posix and ANSI.
<PRE>
#include "wwwsys.h"
</PRE>

<PRE>
#include "<A HREF="HTMuxCh.html">HTMuxCh.h</A>"
#include "<A HREF="HTMuxTx.html">HTMuxTx.h</A>"
#include "<A HREF="HTDemux.html">HTDemux.h</A>"
</PRE>

<PRE>
#ifdef __cplusplus
} /* end extern C definitions */
#endif

#endif
</PRE>
<P>
  <HR>
<ADDRESS>
  @(#) $Id: WWWMux.html,v 2.4 1998/07/22 19:25:52 frystyk Exp $
</ADDRESS>
</BODY></HTML>

Webmaster