Civetweb API Reference
mg_get_valid_option_names();
mg_get_valid_option_names();
Parameters
none
Return Value
Type | Description |
---|---|
const char ** |
An array with strings where the even elements represent the option names, and the odd element the option values The array is NULL terminated. |
Description
The function mg_get_valid_option_names()
is deprecated. Use mg_get_valid_options()
instead.
This function returns an array with option/value pairs describing the valid configuration options for Civetweb. En element value of NULL signals the end of the list.