author | Alberto Bertogli
<albertito@gmail.com> 2008-06-01 04:35:53 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2008-06-01 04:36:41 UTC |
parent | 83b6f4ac045b21c9cd79ac795f548f9a5cd72cff |
nmdb/sctp.c | +0 | -6 |
nmdb/tipc.c | +0 | -6 |
nmdb/udp.c | +0 | -6 |
diff --git a/nmdb/sctp.c b/nmdb/sctp.c index f912f7e..5ae027f 100644 --- a/nmdb/sctp.c +++ b/nmdb/sctp.c @@ -17,12 +17,6 @@ #include "log.h" -static void sctp_reply_mini(struct req_info *req, uint32_t reply); -static void sctp_reply_err(struct req_info *req, uint32_t reply); -static void sctp_reply_long(struct req_info *req, uint32_t reply, - unsigned char *val, size_t vsize); - - /* * Miscelaneous helper functions */ diff --git a/nmdb/tipc.c b/nmdb/tipc.c index 975b925..281ed46 100644 --- a/nmdb/tipc.c +++ b/nmdb/tipc.c @@ -16,12 +16,6 @@ #include "log.h" -static void tipc_reply_mini(struct req_info *req, uint32_t reply); -static void tipc_reply_err(struct req_info *req, uint32_t reply); -static void tipc_reply_long(struct req_info *req, uint32_t reply, - unsigned char *val, size_t vsize); - - /* * Miscelaneous helper functions */ diff --git a/nmdb/udp.c b/nmdb/udp.c index 1c65673..c1040b2 100644 --- a/nmdb/udp.c +++ b/nmdb/udp.c @@ -17,12 +17,6 @@ #include "log.h" -static void udp_reply_mini(struct req_info *req, uint32_t reply); -static void udp_reply_err(struct req_info *req, uint32_t reply); -static void udp_reply_long(struct req_info *req, uint32_t reply, - unsigned char *val, size_t vsize); - - /* * Miscelaneous helper functions */