aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nat_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-14 19:14:29 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-14 19:14:29 +0000
commita0c99073d863b08a2b0a495de8c2e1ffadbce9ff (patch)
tree887e9bd867e15626cb05b580ca0b4094adf11fa9 /src/include/gnunet_nat_lib.h
parenta5184889af69b61e0b46030d774c6002ecd65108 (diff)
downloadgnunet-a0c99073d863b08a2b0a495de8c2e1ffadbce9ff.tar.gz
gnunet-a0c99073d863b08a2b0a495de8c2e1ffadbce9ff.zip
fixing doxygen comments
Diffstat (limited to 'src/include/gnunet_nat_lib.h')
-rw-r--r--src/include/gnunet_nat_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index f03dc3dda..43861ddf7 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -70,7 +70,7 @@ struct GNUNET_NAT_Handle;
70 70
71/** 71/**
72 * Attempt to enable port redirection and detect public IP address contacting 72 * Attempt to enable port redirection and detect public IP address contacting
73 * UPnP or NAT-PMP routers on the local network. Use @addr to specify to which 73 * UPnP or NAT-PMP routers on the local network. Use addr to specify to which
74 * of the local host's addresses should the external port be mapped. The port 74 * of the local host's addresses should the external port be mapped. The port
75 * is taken from the corresponding sockaddr_in[6] field. 75 * is taken from the corresponding sockaddr_in[6] field.
76 * 76 *