File:  [Public] / libwww / Library / src / HTEPtoCl.html
Revision 2.9: download - view: text, annotated - select for diffs
Thu Dec 7 00:06:27 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D, v4/0C, v4/0B, autoconf, HEAD
next version

<HTML>
<HEAD>
<TITLE>EPtoClient: interface between the ExtParse module and the Client</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 12-Oct-1995 -->
<!-- Changed by: Hakon Lie,  5-Dec-1995 -->
<NEXTID N="z2">
</HEAD>
<BODY>

<H1>EPtoClient: interface between the XParse 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 XParse module and
the client. The dummy function is only here so that clients that use
the XParse module can overwrite it. See also <A NAME="z0"
HREF="HTXParse.html">HTXParse</A><P>

This module is implemented by <A HREF="HTEPtoCl.c">HTEPtoCl.c</A>,
and it is a part of the <A HREF="http://www.w3.org/pub/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