SYNOPSIS
#include <cgi/cgi.h>
NEOERR *cgi_display (CGI *cgi, const char *cs_file);
ARGUMENTS
cgi - a pointer a CGI struct allocated with cgi_initcs_file - a ClearSilver template file
DESCRIPTION
cgi_display will render the CS template pointed to by cs_file using the CGI's HDF data set, and send the output to the user. Note that the output is actually rendered into memory first.
RETURN VALUE
None