From 19c67b58c1b4a58499c2891073765dd2eea0b8de Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 24 Mar 2011 18:04:06 +0000 Subject: [PATCH] Not needed --- net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.h b/net.h index 6941c4ce..814cbeb7 100644 --- a/net.h +++ b/net.h @@ -140,7 +140,7 @@ extern const size_t udp_dhcp_len; ssize_t make_udp_packet(uint8_t **, const uint8_t *, size_t, struct in_addr, struct in_addr); ssize_t get_udp_data(const uint8_t **, const uint8_t *); -int valid_udp_packet(const uint8_t *, size_t, struct in_addr *, int noudpcsum); +int valid_udp_packet(const uint8_t *, size_t, struct in_addr *, int); int open_socket(struct interface *, int); ssize_t send_packet(const struct interface *, struct in_addr, -- 2.47.2