[hipl-commit] [trunk] Rev 4275: Mark hip_link_entry_print() as static, it is only used within the file.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 20:56:53 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 20:56:53
Revision: 4275
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Mark hip_link_entry_print() as static, it is only used within the file.

Modified:
  M  firewall/user_ipsec_sadb.c

=== modified file 'firewall/user_ipsec_sadb.c'
--- firewall/user_ipsec_sadb.c  2010-04-13 15:42:49 +0000
+++ firewall/user_ipsec_sadb.c  2010-04-13 17:56:34 +0000
@@ -323,7 +323,7 @@
  *
  * @param entry  link entry to be printed
  */
-void hip_link_entry_print(hip_link_entry_t *entry)
+static void hip_link_entry_print(hip_link_entry_t *entry)
 {
     if (entry) {
         HIP_DEBUG_HIT("dst_addr", &entry->dst_addr);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4275: Mark hip_link_entry_print() as static, it is only used within the file. - Diego Biurrun