[hipl-commit] [trunk] Rev 4255: Remove commented-out crufty function declarations.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 14:26:57 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 14:26:57
Revision: 4255
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove commented-out crufty function declarations.

Modified:
  M  hipd/hipd.h

=== modified file 'hipd/hipd.h'
--- hipd/hipd.h 2010-03-19 08:47:02 +0000
+++ hipd/hipd.h 2010-04-13 11:26:44 +0000
@@ -176,9 +176,6 @@
 /* Functions for handling incoming packets. */
 int hip_sock_recv_agent(void);
 int hip_sock_recv_firewall(void);
-//Merge-may int hip_sendto_firewall(const struct hip_common *msg, size_t len);
-
-//int hip_sendto(const struct hip_common *msg, const struct sockaddr_in6 *dst);
 
 int hip_send_agent(struct hip_common *msg);
 int hip_recv_agent(struct hip_common *msg);

Other related posts:

  • » [hipl-commit] [trunk] Rev 4255: Remove commented-out crufty function declarations. - Diego Biurrun