[hipl-commit] [trunk] Rev 4390: Remove hip_build_param_via_rvs_nat() declaration, the function was removed.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2010 19:18:48 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 21/04/2010 at 19:18:48
Revision: 4390
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove hip_build_param_via_rvs_nat() declaration, the function was removed.

Modified:
  M  lib/core/builder.h

=== modified file 'lib/core/builder.h'
--- lib/core/builder.h  2010-04-20 12:18:06 +0000
+++ lib/core/builder.h  2010-04-21 16:18:27 +0000
@@ -151,9 +151,6 @@
                                   const hip_transform_suite_t[],
                                   const uint16_t);
 int hip_build_param_unit_test(struct hip_common *, uint16_t, uint16_t);
-int hip_build_param_via_rvs_nat(struct hip_common *,
-                                const struct hip_in6_addr_port[],
-                                const int);
 int hip_build_param_relay_to(struct hip_common *msg,
                              const in6_addr_t *rvs_addr,
                              const in_port_t port);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4390: Remove hip_build_param_via_rvs_nat() declaration, the function was removed. - Diego Biurrun