aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-21 17:27:44 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-21 17:27:44 +0000
commit228a41cf6c86d1e6ca058c906d41b8d6be24e907 (patch)
tree2ee224833b23606b8647b2096d86c000560f91c5 /src/exit
parentb1765acecfce6f858cdda9eaba103b14198203b1 (diff)
downloadgnunet-228a41cf6c86d1e6ca058c906d41b8d6be24e907.tar.gz
gnunet-228a41cf6c86d1e6ca058c906d41b8d6be24e907.zip
* fixed incorrect doxygen commant fields in exit and vpn-helper-windows
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-helper-exit-windows.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/exit/gnunet-helper-exit-windows.c b/src/exit/gnunet-helper-exit-windows.c
index 01ca2f83d..6b80d83d4 100644
--- a/src/exit/gnunet-helper-exit-windows.c
+++ b/src/exit/gnunet-helper-exit-windows.c
@@ -333,9 +333,7 @@ set_address6 (const char *address, unsigned long prefix_len)
333/** 333/**
334 * @brief Removes the IPv6-Address given in address from the interface dev 334 * @brief Removes the IPv6-Address given in address from the interface dev
335 * 335 *
336 * @param dev the interface to remove
337 * @param address the IPv4-Address 336 * @param address the IPv4-Address
338 * @param mask the netmask
339 */ 337 */
340static void 338static void
341remove_address6 (const char *address) 339remove_address6 (const char *address)
@@ -364,7 +362,6 @@ remove_address6 (const char *address)
364/** 362/**
365 * @brief Sets the IPv4-Address given in address on the interface dev 363 * @brief Sets the IPv4-Address given in address on the interface dev
366 * 364 *
367 * @param dev the interface to configure
368 * @param address the IPv4-Address 365 * @param address the IPv4-Address
369 * @param mask the netmask 366 * @param mask the netmask
370 */ 367 */
@@ -410,9 +407,7 @@ set_address4 (const char *address, const char *mask)
410/** 407/**
411 * @brief Removes the IPv4-Address given in address from the interface dev 408 * @brief Removes the IPv4-Address given in address from the interface dev
412 * 409 *
413 * @param dev the interface to remove
414 * @param address the IPv4-Address 410 * @param address the IPv4-Address
415 * @param mask the netmask
416 */ 411 */
417static void 412static void
418remove_address4 (const char *address) 413remove_address4 (const char *address)
@@ -1333,7 +1328,7 @@ initialize_io_facility (struct io_facility * elem,
1333/** 1328/**
1334 * Start forwarding to and from the tunnel. 1329 * Start forwarding to and from the tunnel.
1335 * 1330 *
1336 * @param fd_tun tunnel FD 1331 * @param tap_handle device handle for interacting with the Virtual interface
1337 */ 1332 */
1338static void 1333static void
1339run (HANDLE tap_handle) 1334run (HANDLE tap_handle)