diff options
author | Denys Vlasenko | 2017-07-03 01:22:13 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-03 01:22:13 +0200 |
commit | 4ee824f6ba3f35228f1c48e21681aa532a7dc23f (patch) | |
tree | 75011c43b93dc3deb5587f1a6b9424f3bef5dd03 /networking/udhcp/common.h | |
parent | 48c803a2064d5ae24540760f13a21f092247bd82 (diff) | |
download | busybox-4ee824f6ba3f35228f1c48e21681aa532a7dc23f.zip busybox-4ee824f6ba3f35228f1c48e21681aa532a7dc23f.tar.gz |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 6907e7f..a9c23a1 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; |