mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
- Update prototypes in universe structure.
This commit is contained in:
parent
f3e8ea32d3
commit
fbb73eae7b
@ -173,6 +173,7 @@ struct universe {
|
|||||||
struct option_cache *));
|
struct option_cache *));
|
||||||
int (*get_func) PROTO ((struct data_string *, struct universe *,
|
int (*get_func) PROTO ((struct data_string *, struct universe *,
|
||||||
struct packet *, struct lease *,
|
struct packet *, struct lease *,
|
||||||
|
struct option_state *, struct option_state *,
|
||||||
struct option_state *, int));
|
struct option_state *, int));
|
||||||
void (*set_func) PROTO ((struct universe *, struct option_state *,
|
void (*set_func) PROTO ((struct universe *, struct option_state *,
|
||||||
struct option_cache *, enum statement_op));
|
struct option_cache *, enum statement_op));
|
||||||
@ -181,8 +182,9 @@ struct universe {
|
|||||||
struct option_state *, int));
|
struct option_state *, int));
|
||||||
int (*option_state_dereference) PROTO ((struct universe *,
|
int (*option_state_dereference) PROTO ((struct universe *,
|
||||||
struct option_state *));
|
struct option_state *));
|
||||||
int (*encapsulate) PROTO ((struct data_string *, struct option_state *,
|
int (*encapsulate) PROTO ((struct data_string *, struct packet *,
|
||||||
struct lease *, struct universe *));
|
struct lease *, struct option_state *,
|
||||||
|
struct option_state *, struct universe *));
|
||||||
void (*store_tag) PROTO ((unsigned char *, u_int32_t));
|
void (*store_tag) PROTO ((unsigned char *, u_int32_t));
|
||||||
void (*store_length) PROTO ((unsigned char *, u_int32_t));
|
void (*store_length) PROTO ((unsigned char *, u_int32_t));
|
||||||
int tag_size, length_size;
|
int tag_size, length_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user