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

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: 
2.15    ! vbancrof   35: #ifdef __cplusplus
        !            36: extern "C" { 
        !            37: #endif 
        !            38: 
2.5       frystyk    39: extern CallClient HTCallClient;
2.1       frystyk    40: 
2.15    ! vbancrof   41: 
        !            42: #ifdef __cplusplus
        !            43: }
2.1       frystyk    44: #endif
2.15    ! vbancrof   45: 
        !            46: #endif  /* HTEPTOCLIENT_H */
2.11      frystyk    47: </PRE>
2.14      frystyk    48: <P>
                     49:   <HR>
2.11      frystyk    50: <ADDRESS>
2.15    ! vbancrof   51:   @(#) $Id: HTEPtoCl.html,v 2.14 1999/02/14 04:00:10 frystyk Exp $
2.11      frystyk    52: </ADDRESS>
2.14      frystyk    53: </BODY></HTML>

Webmaster