SYNOPSIS
#include <cgi/cgi.h>
void cgi_neo_error (CGI *cgi, NEOERR *err);
ARGUMENTS
cgi - a pointer to a CGI structerr - a NEOERR (see util/neo_err.h for details)
DESCRIPTION
cgi_neo_error will output a 500 error containing the NEOERR call backtrace. This function is likely to be removed from future versions in favor of some sort of user error mechanism.
RETURN VALUE
None