diff options
author | David Hankins <dhankins@isc.org> | 2007-11-06 18:31:36 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2007-11-06 18:31:36 +0000 |
commit | 290b43b9cbdb9e53a69c3e0ffab1c5e8c5b55979 (patch) | |
tree | 57940a4e78c08e8c8f7f9453485403e9bc9e3be5 /includes | |
parent | 65cf86d7abff65597f35fc7962908099eca0c856 (diff) | |
download | isc-dhcp-290b43b9cbdb9e53a69c3e0ffab1c5e8c5b55979.tar.gz |
Remove unreviewed sources from HEAD.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/dhcpd.h | 19 | ||||
-rw-r--r-- | includes/tree.h | 2 |
2 files changed, 8 insertions, 13 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 0d5de798..6b614590 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1387,7 +1387,7 @@ lookup_fqdn6_option(struct universe *universe, struct option_state *options, unsigned code); void save_fqdn6_option(struct universe *universe, struct option_state *options, - struct option_cache *oc, isc_boolean_t appendp); + struct option_cache *oc); void delete_fqdn6_option(struct universe *universe, struct option_state *options, int code); @@ -1457,17 +1457,12 @@ struct option_cache *next_hashed_option(struct universe *, int save_option_buffer (struct universe *, struct option_state *, struct buffer *, unsigned char *, unsigned, unsigned, int); -int append_option_buffer(struct universe *, struct option_state *, - struct buffer *, unsigned char *, unsigned, - unsigned, int); void build_server_oro(struct data_string *, struct option_state *, const char *, int); -void save_option(struct universe *, struct option_state *, - struct option_cache *); -void also_save_option(struct universe *, struct option_state *, - struct option_cache *); -void save_hashed_option(struct universe *, struct option_state *, - struct option_cache *, isc_boolean_t appendp); +void save_option PROTO ((struct universe *, + struct option_state *, struct option_cache *)); +void save_hashed_option PROTO ((struct universe *, + struct option_state *, struct option_cache *)); void delete_option PROTO ((struct universe *, struct option_state *, int)); void delete_hashed_option PROTO ((struct universe *, struct option_state *, int)); @@ -1554,8 +1549,8 @@ int linked_option_get PROTO ((struct data_string *, struct universe *, int linked_option_state_dereference PROTO ((struct universe *, struct option_state *, const char *, int)); -void save_linked_option(struct universe *, struct option_state *, - struct option_cache *, isc_boolean_t appendp); +void save_linked_option (struct universe *, struct option_state *, + struct option_cache *); void linked_option_space_foreach (struct packet *, struct lease *, struct client_state *, struct option_state *, diff --git a/includes/tree.h b/includes/tree.h index 8171ce1b..8ce66c4b 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -304,7 +304,7 @@ struct universe { struct option_state *, unsigned); void (*save_func) (struct universe *, struct option_state *, - struct option_cache *, isc_boolean_t); + struct option_cache *); void (*foreach) (struct packet *, struct lease *, struct client_state *, struct option_state *, struct option_state *, |