cgi_cs_init (3) - Linux Manuals

cgi_cs_init: initialize CS parser with the CGI defaults

NAME

cgi_cs_init - 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