aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:25:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:25:09 +0000
commit677ef8f7fad539bf9ba744a32716ebdfc51a5a42 (patch)
tree4fd9018f7b75acd8f2ea0b3113d829600041ec8c /src/nat
parent8ee5a9290c40e88f075cfd289692ea1bed83df47 (diff)
downloadgnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.tar.gz
gnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.zip
-more doxygen fixes
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/nat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nat/nat.c b/src/nat/nat.c
index c0f9daa32..e199bf2b0 100644
--- a/src/nat/nat.c
+++ b/src/nat/nat.c
@@ -629,6 +629,8 @@ process_hostname_ip (void *cls, const struct sockaddr *addr, socklen_t addrlen)
629 * @param name name of the interface 629 * @param name name of the interface
630 * @param isDefault do we think this may be our default interface 630 * @param isDefault do we think this may be our default interface
631 * @param addr address of the interface 631 * @param addr address of the interface
632 * @param broadcast_addr the broadcast address (can be NULL for unknown or unassigned)
633 * @param netmask the network mask (can be NULL for unknown or unassigned))
632 * @param addrlen number of bytes in addr 634 * @param addrlen number of bytes in addr
633 * @return GNUNET_OK to continue iterating 635 * @return GNUNET_OK to continue iterating
634 */ 636 */