mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
config: Improve some function comments
This commit is contained in:
parent
4666ca73a1
commit
a18e84ad01
1 changed files with 2 additions and 2 deletions
|
@ -3316,7 +3316,7 @@ warn_if_option_path_is_relative(const char *option,
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Scan <b>options</b> for occurrences of relative file/directory
|
/** Scan <b>options</b> for occurrences of relative file/directory
|
||||||
* path and log a warning whenever it is found.
|
* paths and log a warning whenever one is found.
|
||||||
*
|
*
|
||||||
* Return 1 if there were relative paths; 0 otherwise.
|
* Return 1 if there were relative paths; 0 otherwise.
|
||||||
*/
|
*/
|
||||||
|
@ -4824,7 +4824,7 @@ opt_streq(const char *s1, const char *s2)
|
||||||
return 0 == strcmp_opt(s1, s2);
|
return 0 == strcmp_opt(s1, s2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Check if any of the previous options have changed but aren't allowed to. */
|
/** Check if any config options have changed but aren't allowed to. */
|
||||||
static int
|
static int
|
||||||
options_check_transition_cb(const void *old_,
|
options_check_transition_cb(const void *old_,
|
||||||
const void *new_val_,
|
const void *new_val_,
|
||||||
|
|
Loading…
Add table
Reference in a new issue