Annotation of libwww/Library/src/HTEPtoClient.html, revision 2.2

2.1       howcome     1: <HTML>
                      2: <HEAD>
                      3: <TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
                      4: <NEXTID N="z2">
                      5: </HEAD>
                      6: <BODY>
2.2     ! frystyk     7: 
2.1       howcome     8: <H1>EPtoClient: interface between the ExtParse module and the Client</H1>
2.2     ! frystyk     9: 
        !            10: <PRE>
        !            11: /*
        !            12: **     (c) COPYRIGHT CERN 1994.
        !            13: **     Please first read the full copyright statement in the file COPYRIGH.
        !            14: */
        !            15: </PRE>
        !            16: 
        !            17: This module contains the interface between the the ExtParse module and
        !            18: the client. The dummy function is only here so that clients that use
        !            19: the ExtParse module can overwrite it. See also <A NAME="z0"
        !            20: HREF="HTExtParse.html">HTExtParse</A><P>
        !            21: 
        !            22: This module is implemented by <A
        !            23: HREF="HTEpToClient.c">HTEpToClient.c</A>, and it is a part of the <A
        !            24: HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
        !            25: Library of Common Code</A>.
        !            26: 
2.1       howcome    27: <PRE>
                     28: #ifndef HTEPTOCLIENT_H
                     29: #define HTEPTOCLIENT_H
                     30: 
                     31: #include "HTStream.h"
                     32: 
                     33: extern void HTCallClient PARAMS((void (*CallClient)()));
                     34: 
                     35: #endif
                     36: 
                     37: </PRE>end</BODY>
2.2     ! frystyk    38: </HTML>

Webmaster