diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-23 10:44:02 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-23 10:44:02 +0000 |
commit | 53ad366fe73b3598af6cfd133357a9ceb643c167 (patch) | |
tree | 011af6ec36a37ee0b4228bc21eae8ac517361ad7 /networking/udhcp/files.c | |
parent | b6f71645f452572640a0529fb091f71cf8a30c3e (diff) | |
download | busybox-w32-53ad366fe73b3598af6cfd133357a9ceb643c167.tar.gz busybox-w32-53ad366fe73b3598af6cfd133357a9ceb643c167.tar.bz2 busybox-w32-53ad366fe73b3598af6cfd133357a9ceb643c167.zip |
remove 1 exported
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r-- | networking/udhcp/files.c | 2 |
1 files changed, 1 insertions, 1 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) | |||
105 | 105 | ||
106 | 106 | ||
107 | /* add an option to the opt_list */ | 107 | /* add an option to the opt_list */ |
108 | void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length) | 108 | static void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length) |
109 | { | 109 | { |
110 | struct option_set *existing, *new, **curr; | 110 | struct option_set *existing, *new, **curr; |
111 | 111 | ||