cgi_neo_error(3) display a NEOERR call backtrace

SYNOPSIS


#include <cgi/cgi.h>

void cgi_neo_error (CGI *cgi, NEOERR *err);

ARGUMENTS

cgi - a pointer to a CGI struct
err - 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