diff options
author | Ted Lemon <source@isc.org> | 2000-01-27 22:17:54 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2000-01-27 22:17:54 +0000 |
commit | 00ceebd91905911a0f00412c52824ec8bdf97b0a (patch) | |
tree | 976358e1da6e85231397792b7523aa5a826479f6 /includes/tree.h | |
parent | 0dbb132f360568b795ea2a42800581f7728c6575 (diff) | |
download | isc-dhcp-00ceebd91905911a0f00412c52824ec8bdf97b0a.tar.gz |
Move malloc debug information out of option_state_dereferencers.
Diffstat (limited to 'includes/tree.h')
-rw-r--r-- | includes/tree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/tree.h b/includes/tree.h index 1efc851c..32484acc 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -216,7 +216,8 @@ struct universe { void (*delete_func) PROTO ((struct universe *universe, struct option_state *, int)); int (*option_state_dereference) PROTO ((struct universe *, - struct option_state *)); + struct option_state *, + const char *, int)); int (*encapsulate) PROTO ((struct data_string *, struct packet *, struct lease *, struct option_state *, struct option_state *, |