aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nat_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nat_lib.h')
-rw-r--r--src/include/gnunet_nat_lib.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index aeb5eac23..ab643fd95 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -19,11 +19,18 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_nat_lib.h
23 * @brief Library handling UPnP and NAT-PMP port forwarding and
24 * external IP address retrieval
25 * @author Christian Grothoff 22 * @author Christian Grothoff
26 * @author Milan Bouchet-Valat 23 * @author Milan Bouchet-Valat
24 *
25 * @file
26 * Library handling UPnP and NAT-PMP port forwarding
27 * and external IP address retrieval
28 *
29 * @defgroup nat NAT library
30 * Library handling UPnP and NAT-PMP port forwarding
31 * and external IP address retrieval
32 *
33 * @{
27 */ 34 */
28 35
29#ifndef GNUNET_NAT_LIB_H 36#ifndef GNUNET_NAT_LIB_H
@@ -578,7 +585,8 @@ GNUNET_NAT_is_valid_stun_packet (void *cls,
578 size_t len); 585 size_t len);
579 586
580 587
581
582#endif 588#endif
583 589
590/** @} */ /* end of group */
591
584/* end of gnunet_nat_lib.h */ 592/* end of gnunet_nat_lib.h */