aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-22 06:33:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-22 06:33:21 +0000
commit15bb58cddfc10126f3345d18802d28b56d572f35 (patch)
treea9cbc2fde406843bd89b17aae55fe06a33a7f6bb /src/include/gnunet_tun_lib.h
parent74894fd51af4cc9011b28a8eaab9bb70fa1efcd7 (diff)
downloadgnunet-15bb58cddfc10126f3345d18802d28b56d572f35.tar.gz
gnunet-15bb58cddfc10126f3345d18802d28b56d572f35.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index e0725a75c..8383da0c3 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -802,7 +802,7 @@ GNUNET_TUN_calculate_icmp_checksum (struct GNUNET_TUN_IcmpHeader *icmp,
802 * 802 *
803 * @param ip IPv4 representation. 803 * @param ip IPv4 representation.
804 * @param netmask netmask for the ip. 804 * @param netmask netmask for the ip.
805 * @param rxstr generated regex, must be at least #GNUNET_REGEX_IPV4_REGEXLEN 805 * @param rxstr generated regex, must be at least #GNUNET_TUN_IPV4_REGEXLEN
806 * bytes long. 806 * bytes long.
807 */ 807 */
808void 808void
@@ -815,7 +815,7 @@ GNUNET_TUN_ipv4toregexsearch (const struct in_addr *ip, const char *netmask,
815 * 815 *
816 * @param ipv6 IPv6 representation. 816 * @param ipv6 IPv6 representation.
817 * @param prefixlen length of the ipv6 prefix. 817 * @param prefixlen length of the ipv6 prefix.
818 * @param rxstr generated regex, must be at least #GNUNET_REGEX_IPV6_REGEXLEN 818 * @param rxstr generated regex, must be at least #GNUNET_TUN_IPV6_REGEXLEN
819 * bytes long. 819 * bytes long.
820 */ 820 */
821void 821void