File:  [Public] / libwww / Library / src / HTEPtoCl.c
Revision 2.1: download - view: text, annotated - select for diffs
Thu Mar 9 18:17:53 1995 UTC (29 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: without-configure, with-configure, v3/0pre3, v3/0, WindowsNT, HEAD
Library version 3.0beta

/*								 HTEpToClient.c
**	EXTERNAL PARSE TO CLIENT
**
**	(c) COPYRIGHT CERN 1994.
**	Please first read the full copyright statement in the file COPYRIGH.
**
**	This module contains the interface between the 
**      the ExtParse module and the client. The dummy function is
**      only here so that clients that use the ExtParse module
**      can overWrite it.
**
** History:
**  	19 Sep 94	Written by Hakon W Lie, howcome@info.cern.ch
*/

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

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

Webmaster