File:  [Public] / libwww / Library / src / HTEPtoCl.html
Revision 2.5: download - view: text, annotated - select for diffs
Sat Sep 2 20:12:39 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: HEAD
update

<HTML>
<HEAD>
<TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen,  2-Sep-1995 -->
<NEXTID N="z2">
</HEAD>
<BODY>

<H1>EPtoClient: interface between the ExtParse module and the Client</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module contains the interface between the ExtParse module and
the client. The dummy function is only here so that clients that use
the ExtParse module can overwrite it. See also <A NAME="z0"
HREF="HTXParse.html">HTExtParse</A><P>

This module is implemented by <A
HREF="HTEpToClient.c">HTEpToClient.c</A>, and it is a part of the <A
HREF="http://www.w3.org/hypertext/WWW/Library/">
W3C Reference Library</A>.

<PRE>
#ifndef HTEPTOCLIENT_H
#define HTEPTOCLIENT_H

#include "HTStream.h"
#include "HTXParse.h"

extern CallClient HTCallClient;

#endif

</PRE>end</BODY>
</HTML>


Webmaster