"Fossies" - the Fresh Open Source Software archive

Member "Ted-2.23/appUtil/utilCgiEcho.h" of archive ted-2.23.src.tar.gz:


#   include	"sioGeneral.h"
#   include	"appCgiIn.h"

/************************************************************************/
/*									*/
/*  Echo some information on a cgi request.				*/
/*									*/
/************************************************************************/

extern void utilCgiEchoValueList(	void *			tree,
					const char *		label,
					SimpleOutputStream *	sos );

extern void utilCgiEchoRequest(		const CGIRequest *	cgir,
					SimpleOutputStream *	sos );