]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
config: note that some arguments are required.
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Sep 2019 11:57:36 +0000 (07:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Sep 2019 11:57:36 +0000 (07:57 -0400)
src/app/config/confparse.c

index b0ff4daa835f3bdf5e87f28decc3174b5f005e09..054d2addbd62183166a9dd64f5e407c031c92774 100644 (file)
@@ -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)