afc_cgi_manager_new

Name

afc_cgi_manager_new  -- Initializes a new afc_cgi_manager instance.

Synopsis

CGIManager * afc_cgi_manager_new ( );

Description

This function initializes a new afc_cgi_manager instance.

Inputs

NONE

Result

a valid inizialized afc_cgi_manager structure. NULL in case of errors.

See Also