|
NAMEkhttp_fcgi_free ,
khttp_fcgi_child_free —
free a FastCGI instance for kcgi
LIBRARYlibrary “libkcgi”SYNOPSIS#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
enum kcgi_err
void
DESCRIPTIONThekhttp_fcgi_free () and
khttp_fcgi_child_free () functions free the resources
of fcgi allocated by
khttp_fcgi_init(3).
After calling this function, fcgi cannot be used.
The SEE ALSOkcgi(3), khttp_fcgi_init(3)AUTHORSThekhttp_fcgi_free () and
khttp_fcgi_child_free () functions were written by
Kristaps Dzonsons
<kristaps@bsd.lv>.
Visit the GSP FreeBSD Man Page Interface. |