Annotation of libwww/Library/src/WWWMux.html, revision 2.2

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.2     ! frystyk     3:   <TITLE>W3C Sample Code Library libwww MUX Transport</TITLE>
2.1       frystyk     4: </HEAD>
                      5: <BODY>
                      6: <H1>
2.2     ! frystyk     7:   Declaration of W3C Sample Code Library MUX Transport
2.1       frystyk     8: </H1>
                      9: <PRE>
                     10: /*
                     11: **     (c) COPYRIGHT MIT 1995.
                     12: **     Please first read the full copyright statement in the file COPYRIGH.
                     13: */
                     14: </PRE>
                     15: <PRE>
                     16: #ifndef WWWMUX_H
                     17: #define WWWMUX_H
                     18: </PRE>
                     19: <PRE>
                     20: #ifdef __cplusplus
                     21: extern "C" { 
                     22: #endif
                     23: </PRE>
                     24: <H2>
                     25:   System dependencies
                     26: </H2>
                     27: <P>
                     28: The <A HREF="sysdep.html">sysdep.h</A> file includes system-specific include
                     29: files and flags for I/O to network and disk. The only reason for this file
                     30: is that the Internet world is more complicated than Posix and ANSI.
                     31: <PRE>
                     32: #include "sysdep.h"
                     33: </PRE>
                     34: 
                     35: <PRE>
                     36: #include "<A HREF="HTMuxCh.html">HTMuxCh.h</A>"
                     37: #include "<A HREF="HTMuxTx.html">HTMuxTx.h</A>"
                     38: #include "<A HREF="HTMux.html">HTMux.h</A>"
                     39: #include "<A HREF="HTDemux.html">HTDemux.h</A>"
                     40: </PRE>
                     41: 
                     42: <PRE>
                     43: #ifdef __cplusplus
                     44: } /* end extern C definitions */
                     45: #endif
                     46: 
                     47: #endif
                     48: </PRE>
                     49: <P>
                     50:   <HR>
                     51: <ADDRESS>
2.2     ! frystyk    52:   @(#) $Id: WWWMux.html,v 2.1 1996/12/01 00:26:43 frystyk Exp $
2.1       frystyk    53: </ADDRESS>
                     54: </BODY></HTML>

Webmaster