summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-06-12 23:52:38 +0000
committerTed Lemon <source@isc.org>1996-06-12 23:52:38 +0000
commitc5568eb50a41a6153a3cd3eedde12022c4f87b7d (patch)
tree5e3f8eeb6b7958bbc8ef6f18469f2f9cc3a70801 /includes/dhcpd.h
parent3b170e0d3280bbb7d045dca1cda16d0b3ca605c8 (diff)
downloadisc-dhcp-c5568eb50a41a6153a3cd3eedde12022c4f87b7d.tar.gz
Add code to read and discard incoming packets on fallback socket
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 1856f343..9081d9bf 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -401,6 +401,7 @@ size_t send_fallback PROTO ((struct interface_info *,
struct packet *, struct dhcp_packet *, size_t,
struct in_addr,
struct sockaddr_in *, struct hardware *));
+size_t fallback_discard PROTO ((struct interface_info *));
#endif
#ifdef USE_SOCKET_SEND