Skip to content
Snippets Groups Projects
Commit 3db56aee authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Document warn_deprecated_option().

parent 39316da9
Branches
Tags
No related merge requests found
......@@ -578,6 +578,10 @@ config_mark_lists_fragile(const config_mgr_t *mgr, void *options)
} 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
warn_deprecated_option(const char *what, const char *why)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment