[hipl-commit] [trunk] Rev 4262: firewall: Mark one more function only used within its file as static.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 18:49:38 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 18:49:38
Revision: 4262
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  firewall: Mark one more function only used within its file as static.

Modified:
  M  firewall/proxy.c

=== modified file 'firewall/proxy.c'
--- firewall/proxy.c    2010-04-13 15:42:49 +0000
+++ firewall/proxy.c    2010-04-13 15:49:15 +0000
@@ -236,7 +236,7 @@
  * @param hip_raw_sock_v6 the socket pointer used for TCP connection in IPv6
  * @return zero on success, non-zero on error
  */
-int hip_init_proxy_raw_sock_tcp_v6(int *hip_raw_sock_v6)
+static int hip_init_proxy_raw_sock_tcp_v6(int *hip_raw_sock_v6)
 {
     int on = 1, off = 0, err = 0;

Other related posts:

  • » [hipl-commit] [trunk] Rev 4262: firewall: Mark one more function only used within its file as static. - Diego Biurrun