cgi_cs_init(3) initialize CS parser with the CGI defaults

SYNOPSIS


#include <cgi/cgi.h>

NEOERR *cgi_cs_init(CGI *cgi, CSPARSE **cs);

ARGUMENTS

cgi - a pointer a CGI struct allocated with cgi_init
cs - a pointer to a CS struct pointer

DESCRIPTION

cgi_cs_init initializes a CS parser with the CGI HDF context, and registers the standard CGI filters

RETURN VALUE

cs - the allocated/initialized CS struct