remove 1 exported

This commit is contained in:
"Vladimir N. Oleynik" 2005-09-23 10:44:02 +00:00
parent b6f71645f4
commit 53ad366fe7
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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