Annotation of libwww/Library/src/HTEPtoCl.html, revision 2.1

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
        !             4: <!-- Changed by: , 28-Nov-1994 -->
        !             5: <NEXTID N="z2">
        !             6: </HEAD>
        !             7: <BODY>
        !             8: 
        !             9: <H1>EPtoClient: interface between the ExtParse module and the Client</H1>
        !            10: 
        !            11: <PRE>
        !            12: /*
        !            13: **     (c) COPYRIGHT CERN 1994.
        !            14: **     Please first read the full copyright statement in the file COPYRIGH.
        !            15: */
        !            16: </PRE>
        !            17: 
        !            18: This module contains the interface between the ExtParse module and
        !            19: the client. The dummy function is only here so that clients that use
        !            20: the ExtParse module can overwrite it. See also <A NAME="z0"
        !            21: HREF="HTXParse.html">HTExtParse</A><P>
        !            22: 
        !            23: This module is implemented by <A
        !            24: HREF="HTEpToClient.c">HTEpToClient.c</A>, and it is a part of the <A
        !            25: HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
        !            26: Library of Common Code</A>.
        !            27: 
        !            28: <PRE>
        !            29: #ifndef HTEPTOCLIENT_H
        !            30: #define HTEPTOCLIENT_H
        !            31: 
        !            32: #include "HTStream.h"
        !            33: #include "HTXParse.h"
        !            34: 
        !            35: #endif
        !            36: 
        !            37: </PRE>end</BODY>
        !            38: </HTML>
        !            39: 

Webmaster