diff options
author | Paul Fox | 2005-09-22 19:03:24 +0000 |
---|---|---|
committer | Paul Fox | 2005-09-22 19:03:24 +0000 |
commit | b6f71645f452572640a0529fb091f71cf8a30c3e (patch) | |
tree | 37b9519c4a5cc1199dfb1563d61447d32cff3a60 /networking/udhcp/options.h | |
parent | 28de951b022d39516de271ce0ba53560aa3c5555 (diff) | |
download | busybox-b6f71645f452572640a0529fb091f71cf8a30c3e.zip busybox-b6f71645f452572640a0529fb091f71cf8a30c3e.tar.gz |
move a couple of functions from common code (options.c) to udhcpd private
code (files.c) to make udhcpc a little smaller.
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index fbe54c8..4948bac 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -34,7 +34,5 @@ uint8_t *get_option(struct dhcpMessage *packet, int code); int end_option(uint8_t *optionptr); int add_option_string(uint8_t *optionptr, uint8_t *string); int add_simple_option(uint8_t *optionptr, uint8_t code, uint32_t data); -struct option_set *find_option(struct option_set *opt_list, char code); -void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length); #endif |