summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-05 07:57:36 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-05 07:57:36 -0400
commiteb909c4e433087b466e78d33af8eed47adcabf16 (patch)
tree4537cf86dc7422af0a7dc4a27792027d0ff07b77 /src/app
parentb3c28677159c26070f26909b3f4c2e00e50d7bff (diff)
downloadtor-eb909c4e433087b466e78d33af8eed47adcabf16.tar.gz
tor-eb909c4e433087b466e78d33af8eed47adcabf16.zip
config: note that some arguments are required.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/confparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/config/confparse.c b/src/app/config/confparse.c
index b0ff4daa83..054d2addbd 100644
--- a/src/app/config/confparse.c
+++ b/src/app/config/confparse.c
@@ -581,6 +581,8 @@ config_mark_lists_fragile(const config_mgr_t *mgr, void *options)
/**
* Log a warning that declaring that the option called <b>what</b>
* is deprecated because of the reason in <b>why</b>.
+ *
+ * (Both arguments must be non-NULL.)
**/
void
warn_deprecated_option(const char *what, const char *why)