aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/options.h
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-09-22 19:03:24 +0000
committerPaul Fox <pgf@brightstareng.com>2005-09-22 19:03:24 +0000
commitb6f71645f452572640a0529fb091f71cf8a30c3e (patch)
tree37b9519c4a5cc1199dfb1563d61447d32cff3a60 /networking/udhcp/options.h
parent28de951b022d39516de271ce0ba53560aa3c5555 (diff)
downloadbusybox-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h
index fbe54c884..4948bac00 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