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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
                      3: <TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
2.7     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  8-Oct-1995 -->
2.1       frystyk     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: /*
2.3       frystyk    13: **     (c) COPYRIGHT MIT 1995.
2.1       frystyk    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: 
2.7     ! frystyk    23: This module is implemented by <A HREF="HTEpToCl.c">HTEpToCl.c</A>,
        !            24: and it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/">
2.4       frystyk    25: W3C Reference Library</A>.
2.1       frystyk    26: 
                     27: <PRE>
                     28: #ifndef HTEPTOCLIENT_H
                     29: #define HTEPTOCLIENT_H
                     30: 
                     31: #include "HTStream.h"
                     32: #include "HTXParse.h"
2.5       frystyk    33: 
                     34: extern CallClient HTCallClient;
2.1       frystyk    35: 
                     36: #endif
                     37: 
                     38: </PRE>end</BODY>
                     39: </HTML>
                     40: 

Webmaster