aboutsummaryrefslogtreecommitdiff
path: root/src/tun
diff options
context:
space:
mode:
Diffstat (limited to 'src/tun')
-rw-r--r--src/tun/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun/regex.c b/src/tun/regex.c
index a40b0545a..056062e5f 100644
--- a/src/tun/regex.c
+++ b/src/tun/regex.c
@@ -410,7 +410,7 @@ GNUNET_TUN_ipv4policy2regex (const char *policy)
410 * Convert an exit policy to a regular expression. The exit policy 410 * Convert an exit policy to a regular expression. The exit policy
411 * specifies a set of subnets this peer is willing to serve as an 411 * specifies a set of subnets this peer is willing to serve as an
412 * exit for; the resulting regular expression will match the 412 * exit for; the resulting regular expression will match the
413 * IPv6 address strings as returned by 'GNUNET_TUN_ipv6toregexsearch'. 413 * IPv6 address strings as returned by #GNUNET_TUN_ipv6toregexsearch().
414 * 414 *
415 * @param policy exit policy specification 415 * @param policy exit policy specification
416 * @return regular expression, NULL on error 416 * @return regular expression, NULL on error