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

/*								 HTEpToClient.c
**	EXTERNAL PARSE TO CLIENT
**
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
**
**	This module contains the interface between the 
**      the XParse module and the client. The dummy function is
**      only here so that clients that use the XParse module
**      can overWrite it.
**
** History:
**  	19 Sep 94	Written by Hakon W Lie, howcome@w3.org
**      5  Dec 95       howcome changed name from Ext to X
*/

/* Library include files */
#include "tcp.h"
#include "HTUtils.h"
#include "HTStream.h"

PUBLIC void HTCallClient (HTStream * me)
{
    return;
}

Webmaster