aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-24 15:17:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-24 15:17:39 +0000
commitcc495dba9bd5ecbe25a8607a535fd439ec2d03fd (patch)
tree027da72dab48d804eba81605a19076a4afdbcc1b /src/vpn/gnunet-helper-vpn.c
parentd7c1aa6d7e8312be7a1614ecb09090e6914b8447 (diff)
downloadgnunet-cc495dba9bd5ecbe25a8607a535fd439ec2d03fd.tar.gz
gnunet-cc495dba9bd5ecbe25a8607a535fd439ec2d03fd.zip
doxyfixes
Diffstat (limited to 'src/vpn/gnunet-helper-vpn.c')
-rw-r--r--src/vpn/gnunet-helper-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index e495b4c3c..1cee01c71 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -59,7 +59,7 @@ struct in6_ifreq
59/** 59/**
60 * Creates a tun-interface called dev; 60 * Creates a tun-interface called dev;
61 * @param dev is asumed to point to a char[IFNAMSIZ] 61 * @param dev is asumed to point to a char[IFNAMSIZ]
62 * if *dev == '\0', uses the name supplied by the kernel 62 * if *dev == '\\0', uses the name supplied by the kernel
63 * @return the fd to the tun or -1 on error 63 * @return the fd to the tun or -1 on error
64 */ 64 */
65static int 65static int