mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Document warn_deprecated_option().
This commit is contained in:
parent
39316da9b6
commit
3db56aeeb8
1 changed files with 4 additions and 0 deletions
|
@ -578,6 +578,10 @@ config_mark_lists_fragile(const config_mgr_t *mgr, void *options)
|
||||||
} SMARTLIST_FOREACH_END(mv);
|
} SMARTLIST_FOREACH_END(mv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Log a warning that declaring that the option called <b>what</b>
|
||||||
|
* is deprecated because of the reason in <b>why</b>.
|
||||||
|
**/
|
||||||
void
|
void
|
||||||
warn_deprecated_option(const char *what, const char *why)
|
warn_deprecated_option(const char *what, const char *why)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue