From 4ee824f6ba3f35228f1c48e21681aa532a7dc23f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Jul 2017 01:22:13 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- networking/udhcp/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'networking/udhcp/common.h') diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 6907e7f60..a9c23a186 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -295,7 +295,9 @@ int FAST_FUNC udhcp_str2optset(const char *str, const struct dhcp_optflag *optflags, const char *option_strings); +#if ENABLE_UDHCPC || ENABLE_UDHCPD void udhcp_init_header(struct dhcp_packet *packet, char type) FAST_FUNC; +#endif int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC; -- cgit v1.2.3