remove 1 exported
This commit is contained in:
parent
b6f71645f4
commit
53ad366fe7
@ -105,7 +105,7 @@ struct option_set *find_option(struct option_set *opt_list, char code)
|
|||||||
|
|
||||||
|
|
||||||
/* add an option to the opt_list */
|
/* 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;
|
struct option_set *existing, *new, **curr;
|
||||||
|
|
||||||
|
@ -15,6 +15,5 @@ void write_leases(void);
|
|||||||
void read_leases(const char *file);
|
void read_leases(const char *file);
|
||||||
|
|
||||||
struct option_set *find_option(struct option_set *opt_list, char code);
|
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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user