From 9d160c95c9533d9834ac48a3c45430c40452b02d Mon Sep 17 00:00:00 2001 From: vodz Date: Fri, 23 Sep 2005 10:44:02 +0000 Subject: remove 1 exported git-svn-id: svn://busybox.net/trunk/busybox@11589 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/udhcp/files.c | 2 +- networking/udhcp/files.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 33cd25aff..40e68a0a8 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c @@ -105,7 +105,7 @@ struct option_set *find_option(struct option_set *opt_list, char code) /* add an option to the opt_list */ -void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length) +static void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length) { struct option_set *existing, *new, **curr; diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h index 4af61b005..03acee2fc 100644 --- a/networking/udhcp/files.h +++ b/networking/udhcp/files.h @@ -15,6 +15,5 @@ void write_leases(void); void read_leases(const char *file); 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-55-g6feb