Table of Contents

Name

cgiFree - Frees the data structures

Synopsys

#include <cgi.h>

void cgiFree (s_cgi *parms);

Description

This routine only frees memory held by internal CGI datastructures. This is the opposite of cgiInit(3) .

After this routine was called, no variables, cookies and no additional header lines are available. The result type is also reset to “text/html".

Author

This CGI library is written by Martin Schulze <joey@infodrom.north.de>. If you have additions or improvements please get in touch with him.

See Also

cgiInit(3) , cgiDebug(3) , cgiHeader(3) , cgiSetHeader(3) , cgiSetType(3) , cgiGetValue(3) , cgiGetVariables(3) cgiGetCookie(3) , cgiGetCookies(3) .


Table of Contents