[pisa-src] r2294 - in trunk: community-operator/co_client.c libpisa/tunnel.c libpisa/util.c pisacd/cdtun.c pisasd/sdclients.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 17:34:09 +0200

Author: biurrun
Date: Thu Apr 15 17:34:09 2010
New Revision: 2294

Log:
Remove documentation for nonexisting function parameters.

Modified:
   trunk/community-operator/co_client.c
   trunk/libpisa/tunnel.c
   trunk/libpisa/util.c
   trunk/pisacd/cdtun.c
   trunk/pisasd/sdclients.c

Modified: trunk/community-operator/co_client.c
==============================================================================
--- trunk/community-operator/co_client.c        Thu Apr 15 17:02:02 2010        
(r2293)
+++ trunk/community-operator/co_client.c        Thu Apr 15 17:34:09 2010        
(r2294)
@@ -442,7 +442,6 @@
 /**
  * Function is called periodically to retrieve new certs if old certs in
  * co_client_config.certs_dir expired.
- * @param sig signal code
  */
 static void co_client_check_certs(UNUSED int sigl, UNUSED siginfo_t *info,
                                   UNUSED void *ctx)

Modified: trunk/libpisa/tunnel.c
==============================================================================
--- trunk/libpisa/tunnel.c      Thu Apr 15 17:02:02 2010        (r2293)
+++ trunk/libpisa/tunnel.c      Thu Apr 15 17:34:09 2010        (r2294)
@@ -108,8 +108,6 @@
  * connections that set the IP address on the client.
  * @param devicename Name of the newly created tunnel device to be configured
  * @param ipv4 IPv4 address which should be set
- * @param netmask net mask to use for the tunnel
- * @param mtu mtu size to use
  */
 void pisa_tunnel_configure_sub(const char *devicename,
                                const struct in_addr *ipv4)

Modified: trunk/libpisa/util.c
==============================================================================
--- trunk/libpisa/util.c        Thu Apr 15 17:02:02 2010        (r2293)
+++ trunk/libpisa/util.c        Thu Apr 15 17:34:09 2010        (r2294)
@@ -166,8 +166,6 @@
 /**
  * Check if hipd runs
  *
- * @param filename  the name of the file
- *
  * @return true or false
  */
 bool pisa_check_if_hipd_runs(void)

Modified: trunk/pisacd/cdtun.c
==============================================================================
--- trunk/pisacd/cdtun.c        Thu Apr 15 17:02:02 2010        (r2293)
+++ trunk/pisacd/cdtun.c        Thu Apr 15 17:34:09 2010        (r2294)
@@ -36,7 +36,6 @@
 
 /**
  * Copy a packet from the data socket to the tunnel device.
- * @param socks the file descriptors for the socket and tunnel device
  */
 void pisa_cd_copy_from_sock_to_tun(void)
 {
@@ -117,7 +116,6 @@
 /**
  * Copy a packet from the the tunnel device to the data socket. Based on the
  * result of NAT we know what the destination address is.
- * @param socks the file descriptors for the socket and tunnel device
  */
 void pisa_cd_copy_from_tun_to_sock(void)
 {

Modified: trunk/pisasd/sdclients.c
==============================================================================
--- trunk/pisasd/sdclients.c    Thu Apr 15 17:02:02 2010        (r2293)
+++ trunk/pisasd/sdclients.c    Thu Apr 15 17:34:09 2010        (r2294)
@@ -65,7 +65,6 @@
 /**
  * Decide on a IPv4 address from a dynamic address range. Enumerate all
  * possible addresses until a free one is found.
- * @param ipv6 client HIT
  * @param ipv4 the client's new local IPv4 address
  * @return 1 on success, 0 otherwise
  */

Other related posts:

  • » [pisa-src] r2294 - in trunk: community-operator/co_client.c libpisa/tunnel.c libpisa/util.c pisacd/cdtun.c pisasd/sdclients.c - Diego Biurrun