]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Not needed
authorRoy Marples <roy@marples.name>
Thu, 24 Mar 2011 18:04:06 +0000 (18:04 +0000)
committerRoy Marples <roy@marples.name>
Thu, 24 Mar 2011 18:04:06 +0000 (18:04 +0000)
net.h

diff --git a/net.h b/net.h
index 6941c4ce054dabf6142a6ebea7b76d2d11efa5f2..814cbeb747496abc44a641343535553573f4f7f1 100644 (file)
--- 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,