aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_vpn_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_vpn_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_vpn_service.h')
-rw-r--r--src/include/gnunet_vpn_service.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/include/gnunet_vpn_service.h b/src/include/gnunet_vpn_service.h
index 187a3ceda..2e09cf2e7 100644
--- a/src/include/gnunet_vpn_service.h
+++ b/src/include/gnunet_vpn_service.h
@@ -19,9 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_vpn_service.h
23 * @brief API to access the VPN service.
24 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * API to access the VPN service.
26 *
27 * @defgroup vpn VPN service
28 *
29 * @{
25 */ 30 */
26#ifndef GNUNET_VPN_SERVICE_H 31#ifndef GNUNET_VPN_SERVICE_H
27#define GNUNET_VPN_SERVICE_H 32#define GNUNET_VPN_SERVICE_H
@@ -99,7 +104,7 @@ GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *vh,
99 GNUNET_VPN_AllocationCallback cb, 104 GNUNET_VPN_AllocationCallback cb,
100 void *cb_cls); 105 void *cb_cls);
101 106
102 107
103/** 108/**
104 * Tell the VPN that forwarding to the Internet via some exit node is 109 * Tell the VPN that forwarding to the Internet via some exit node is
105 * requested. Note that both UDP and TCP traffic will be forwarded, 110 * requested. Note that both UDP and TCP traffic will be forwarded,
@@ -152,3 +157,5 @@ void
152GNUNET_VPN_disconnect (struct GNUNET_VPN_Handle *vh); 157GNUNET_VPN_disconnect (struct GNUNET_VPN_Handle *vh);
153 158
154#endif 159#endif
160
161/** @} */ /* end of group */