From b6f71645f452572640a0529fb091f71cf8a30c3e Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Thu, 22 Sep 2005 19:03:24 +0000 Subject: move a couple of functions from common code (options.c) to udhcpd private code (files.c) to make udhcpc a little smaller. --- networking/udhcp/options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'networking/udhcp/options.h') 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 -- cgit v1.2.3