summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-07 21:37:21 +0000
committerTed Lemon <source@isc.org>1999-10-07 21:37:21 +0000
commitfd2afdac35c27b057f90458773f8897ba423f2bc (patch)
tree3d358b835a244da9ddb04c0d3d2bf26d4f9d3bc4
parent9ed48e18d36be06a095caa35d5b1422e8e5cac92 (diff)
downloadisc-dhcp-fd2afdac35c27b057f90458773f8897ba423f2bc.tar.gz
Prototype fallback_discard _only_ if USE_SOCKET_FALLBACK is defined.
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 2352d7d4..85ce7844 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -1141,7 +1141,7 @@ ssize_t receive_packet PROTO ((struct interface_info *,
struct sockaddr_in *, struct hardware *));
#endif
-#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK)
+#if defined (USE_SOCKET_FALLBACK)
void fallback_discard PROTO ((struct protocol *));
#endif