mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Correct docs for config_lines_dup_and_filter
This commit is contained in:
parent
a64d79ca4c
commit
55873107d0
1 changed files with 2 additions and 1 deletions
|
@ -342,7 +342,8 @@ config_lines_dup(const config_line_t *inp)
|
|||
}
|
||||
|
||||
/** Return a newly allocated deep copy of the lines in <b>inp</b>,
|
||||
* but only the ones that match <b>key</b>. */
|
||||
* but only the ones whose keys begin with <b>key</b> (case-insensitive).
|
||||
* If <b>key</b> is NULL, do not filter. */
|
||||
config_line_t *
|
||||
config_lines_dup_and_filter(const config_line_t *inp,
|
||||
const char *key)
|
||||
|
|
Loading…
Add table
Reference in a new issue