]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/docs/api/mg_get_valid_option_names.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / docs / api / mg_get_valid_option_names.md
CommitLineData
11fdf7f2
TL
1# Civetweb API Reference
2
3### ~~`mg_get_valid_option_names();`~~
4
5### Parameters
6
7*none*
8
9### Return Value
10
11| Type | Description |
12| :--- | :--- |
13|`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.|
14
15### Description
16
17The function `mg_get_valid_option_names()` is depricated. Use [`mg_get_valid_options()`](mg_get_valid_options.md) instead.
18
19This 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.
20
21### See Also
22
23* [`struct mg_option;`](mg_option.md)
24* [`mg_get_valid_options();`](mg_get_valid_options.md)