2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +00:00

Fix fallback_discard ifdefs again.

This commit is contained in:
Ted Lemon
1999-07-07 15:25:36 +00:00
parent cabe377a24
commit b5c11cbecc

View File

@@ -1140,13 +1140,15 @@ ssize_t receive_packet PROTO ((struct interface_info *,
unsigned char *, size_t,
struct sockaddr_in *, struct hardware *));
#endif
#if defined (USE_SOCKET_SEND)
#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK)
void fallback_discard PROTO ((struct protocol *));
# if !defined (USE_SOCKET_FALLBACK)
#endif
#if defined (USE_SOCKET_SEND) && !defined (USE_SOCKET_FALLBACK)
int can_unicast_without_arp PROTO ((struct interface_info *));
int can_receive_unicast_unconfigured PROTO ((struct interface_info *));
void maybe_setup_fallback PROTO ((void));
# endif
#endif
/* bpf.c */