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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.14    ! frystyk     3:   <!-- Changed by: Henrik Frystyk Nielsen, 12-Oct-1995 -->
        !             4:   <!-- Changed by: Hakon Lie,  5-Dec-1995 -->
        !             5:   <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
        !             6:   <TITLE>W3C Sample Code Library libwww Callback Stream Callbacks</TITLE>
2.1       frystyk     7: </HEAD>
                      8: <BODY>
2.14    ! frystyk     9: <H1>
        !            10:   External Parser Callbacks
        !            11: </H1>
2.1       frystyk    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>
2.14    ! frystyk    18: <P>
        !            19: An interface between the <A HREF="HTXParse.html">XParse module</A> and the
        !            20: Application. This module contains the interface between the XParse module
        !            21: and the client. The dummy function is only here so that clients that use
        !            22: the XParse module can overwrite it. See also
        !            23: <A NAME="z0" HREF="HTXParse.html">HTXParse</A>
        !            24: <P>
        !            25: This module is implemented by <A HREF="HTEPtoCl.c">HTEPtoCl.c</A>, and it
        !            26: is a part of the <A HREF="http://www.w3.org/Library/"> W3C Sample Code
        !            27: Library</A>.
2.1       frystyk    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
2.11      frystyk    38: </PRE>
2.14    ! frystyk    39: <P>
        !            40:   <HR>
2.11      frystyk    41: <ADDRESS>
2.14    ! frystyk    42:   @(#) $Id: HTEPtoCl.html,v 2.13 1998/05/14 02:10:23 frystyk Exp $
2.11      frystyk    43: </ADDRESS>
2.14    ! frystyk    44: </BODY></HTML>

Webmaster