]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
better documentation in header file
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Jun 2018 10:15:08 +0000 (10:15 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Jun 2018 10:15:08 +0000 (10:15 +0000)
git-svn-id: file:///svn/unbound/trunk@4722 be551aaa-1e26-0410-a405-d3ace91eadb9

util/config_file.h

index 21e5e848da68314eac5b4fc181686d9062b33953..7766f66cd881ee7f5547297d43d265649a550bb8 100644 (file)
@@ -892,8 +892,8 @@ void config_delview(struct config_view* p);
  */
 void config_delviews(struct config_view* list);
 
-/** check if config turns on IP-address interface with certificates or a
- * named pipe without certificates. */
+/** check if config for remote control turns on IP-address interface
+ * with certificates or a named pipe without certificates. */
 int options_remote_is_address(struct config_file* cfg);
 
 /**