File:  [Public] / libwww / Library / src / Attic / HTEPtoClient.c
Revision 2.2: download - view: text, annotated - select for diffs
Thu Nov 24 21:10:30 1994 UTC (29 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2, v3/0pre1, HEAD
New COPYRIGHT HEADERS and BETTER multi :-)

/*								 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
*/

#include "HTFormat.h"

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

Webmaster