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

1.1.2.1 ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3:   <TITLE>W3C Reference Library libwww MUX Transport</TITLE>
        !             4: </HEAD>
        !             5: <BODY>
        !             6: <H1>
        !             7:   Declaration of W3C Reference Library MUX Transport
        !             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="HTSession.html">HTSession.h</A>"
        !            38: #include "<A HREF="HTMuxTx.html">HTMuxTx.h</A>"
        !            39: #include "<A HREF="HTMux.html">HTMux.h</A>"
        !            40: #include "<A HREF="HTDemux.html">HTDemux.h</A>"
        !            41: </PRE>
        !            42: 
        !            43: <PRE>
        !            44: #ifdef __cplusplus
        !            45: } /* end extern C definitions */
        !            46: #endif
        !            47: 
        !            48: #endif
        !            49: </PRE>
        !            50: <P>
        !            51:   <HR>
        !            52: <ADDRESS>
        !            53:   @(#) $Id: WWWTrans.html,v 2.2 1996/05/20 15:07:34 frystyk Exp $
        !            54: </ADDRESS>
        !            55: </BODY></HTML>

Webmaster