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

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

Webmaster