SYNOPSIS
#include <cgi/cgi.h>
NEOERR *cgi_output (CGI *cgi, STRING *output);
ARGUMENTS
cgi - a pointer a CGI struct allocated with cgi_initoutput - the data to send to output from the CGI
DESCRIPTION
Normally, this is called by cgi_display, but some people wanted it external so they could call it directly.
RETURN VALUE
None