mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
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 */
|
||||
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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user