diff options
author | Ted Lemon <source@isc.org> | 1999-07-13 18:00:22 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-07-13 18:00:22 +0000 |
commit | 3175ee907c1cd4d3fa9848fb59ca8195c82dc332 (patch) | |
tree | eae4bdbfaf473592d1f0915370ccff666e5f0e38 /includes/tree.h | |
parent | 6057415f792ff766dc439ea6bf0140f395fc69b7 (diff) | |
download | isc-dhcp-3175ee907c1cd4d3fa9848fb59ca8195c82dc332.tar.gz |
Changes to make builds work on HP-UX with ANSI compiler.
Diffstat (limited to 'includes/tree.h')
-rw-r--r-- | includes/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/tree.h b/includes/tree.h index 5a44e1f3..964565bd 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -143,7 +143,6 @@ struct dns_host_entry { }; struct option_cache; /* forward */ -struct data_string; /* forward */ struct packet; /* forward */ struct option_state; /* forward */ struct decoded_option_state; /* forward */ |