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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
                      3: <TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
2.8       frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 12-Oct-1995 -->
2.9     ! frystyk     5: <!-- Changed by: Hakon Lie,  5-Dec-1995 -->
2.1       frystyk     6: <NEXTID N="z2">
                      7: </HEAD>
                      8: <BODY>
                      9: 
2.9     ! frystyk    10: <H1>EPtoClient: interface between the XParse module and the Client</H1>
2.1       frystyk    11: 
                     12: <PRE>
                     13: /*
2.3       frystyk    14: **     (c) COPYRIGHT MIT 1995.
2.1       frystyk    15: **     Please first read the full copyright statement in the file COPYRIGH.
                     16: */
                     17: </PRE>
                     18: 
2.9     ! frystyk    19: This module contains the interface between the XParse module and
2.1       frystyk    20: the client. The dummy function is only here so that clients that use
2.9     ! frystyk    21: the XParse module can overwrite it. See also <A NAME="z0"
        !            22: HREF="HTXParse.html">HTXParse</A><P>
2.1       frystyk    23: 
2.8       frystyk    24: This module is implemented by <A HREF="HTEPtoCl.c">HTEPtoCl.c</A>,
2.7       frystyk    25: and it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/">
2.4       frystyk    26: W3C Reference Library</A>.
2.1       frystyk    27: 
                     28: <PRE>
                     29: #ifndef HTEPTOCLIENT_H
                     30: #define HTEPTOCLIENT_H
                     31: 
                     32: #include "HTStream.h"
                     33: #include "HTXParse.h"
2.5       frystyk    34: 
                     35: extern CallClient HTCallClient;
2.1       frystyk    36: 
                     37: #endif
                     38: 
                     39: </PRE>end</BODY>
                     40: </HTML>
                     41: 

Webmaster