|
Tor 0.4.9.8
|
#include <conftypes.h>
Data Fields | |
| const char * | name |
| const char * | why_deprecated |
A note that a configuration option is deprecated, with an explanation why.
Definition at line 256 of file conftypes.h.
| const char* name |
The option that is deprecated.
Definition at line 258 of file conftypes.h.
Referenced by config_mgr_register_fmt().
| const char* why_deprecated |
A user-facing string explaining why the option is deprecated.
Definition at line 260 of file conftypes.h.