Handle option lists properly in script.c.
This commit is contained in:
@ -35,6 +35,6 @@ int end_option(unsigned char *optionptr);
|
||||
int add_option_string(unsigned char *optionptr, unsigned char *string);
|
||||
int add_simple_option(unsigned char *optionptr, unsigned char code, uint32_t data);
|
||||
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);
|
||||
/* void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length); */
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user