diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-23 10:44:02 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-23 10:44:02 +0000 |
commit | 9d160c95c9533d9834ac48a3c45430c40452b02d (patch) | |
tree | 011af6ec36a37ee0b4228bc21eae8ac517361ad7 | |
parent | db1c88c857eb7ad8e9c8e8612091d506e9654dda (diff) | |
download | busybox-w32-9d160c95c9533d9834ac48a3c45430c40452b02d.tar.gz busybox-w32-9d160c95c9533d9834ac48a3c45430c40452b02d.tar.bz2 busybox-w32-9d160c95c9533d9834ac48a3c45430c40452b02d.zip |
remove 1 exported
git-svn-id: svn://busybox.net/trunk/busybox@11589 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | networking/udhcp/files.c | 2 | ||||
-rw-r--r-- | networking/udhcp/files.h | 1 |
2 files changed, 1 insertions, 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) | |||
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 | ||
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); | |||
15 | void read_leases(const char *file); | 15 | void read_leases(const char *file); |
16 | 16 | ||
17 | struct option_set *find_option(struct option_set *opt_list, char code); | 17 | struct option_set *find_option(struct option_set *opt_list, char code); |
18 | void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length); | ||
19 | 18 | ||
20 | #endif | 19 | #endif |