summaryrefslogtreecommitdiff
path: root/includes/tree.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-01-27 22:17:54 +0000
committerTed Lemon <source@isc.org>2000-01-27 22:17:54 +0000
commit00ceebd91905911a0f00412c52824ec8bdf97b0a (patch)
tree976358e1da6e85231397792b7523aa5a826479f6 /includes/tree.h
parent0dbb132f360568b795ea2a42800581f7728c6575 (diff)
downloadisc-dhcp-00ceebd91905911a0f00412c52824ec8bdf97b0a.tar.gz
Move malloc debug information out of option_state_dereferencers.
Diffstat (limited to 'includes/tree.h')
-rw-r--r--includes/tree.h3
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 *,