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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
                      3: <TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
2.5     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  2-Sep-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: 
                     23: This module is implemented by <A
                     24: HREF="HTEpToClient.c">HTEpToClient.c</A>, and it is a part of the <A
2.4       frystyk    25: HREF="http://www.w3.org/hypertext/WWW/Library/">
                     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