Handle option lists properly in script.c.

This commit is contained in:
Nicholas J. Kain
2010-11-12 18:04:54 -05:00
parent 9d7ad2f11c
commit c0703fc8c9
3 changed files with 41 additions and 36 deletions

View File

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