aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_tun_lib.h')
-rw-r--r--src/include/gnunet_tun_lib.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 5c5627ee5..9b98ab13b 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -19,10 +19,15 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_tun_lib.h
23 * @brief standard TCP/IP network structs and IP checksum calculations for TUN interaction
24 * @author Philipp Toelke 22 * @author Philipp Toelke
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * Standard TCP/IP network structs and IP checksum calculations for TUN interaction
27 *
28 * @defgroup tun TUN library
29 * Standard TCP/IP network structs and IP checksum calculations for TUN interaction
30 * @{
26 */ 31 */
27#ifndef GNUNET_TUN_LIB_H 32#ifndef GNUNET_TUN_LIB_H
28#define GNUNET_TUN_LIB_H 33#define GNUNET_TUN_LIB_H
@@ -912,3 +917,5 @@ GNUNET_TUN_service_name_to_hash (const char *service_name,
912 struct GNUNET_HashCode *hc); 917 struct GNUNET_HashCode *hc);
913 918
914#endif 919#endif
920
921/** @} */ /* end of group */