[hipl-commit] [tiny] Rev 3632: Removed unused function declaration from hipd/input.h

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 5 Mar 2010 20:54:36 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: Fri Mar 05 19:54:17 2010 +0100
Revision: 3632
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Removed unused function declaration from hipd/input.h

Modified:
  M  hipd/input.h

=== modified file 'hipd/input.h'
--- hipd/input.h        2010-03-05 17:28:01 +0000
+++ hipd/input.h        2010-03-05 18:54:17 +0000
@@ -86,9 +86,6 @@
                                    struct in6_addr *daddr,
                                    hip_portpair_t *info);
 
-int hip_receive_bos(struct hip_common *bos, struct in6_addr *bos_saddr,
-                    struct in6_addr *bos_daddr, hip_ha_t *entry, 
hip_portpair_t *bos_info);
-
 int hip_handle_i1(const uint32_t packet_type,
                   const uint32_t ha_state,
                   struct hip_packet_context *ctx);

Other related posts:

  • » [hipl-commit] [tiny] Rev 3632: Removed unused function declaration from hipd/input.h - Tim Just