]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update zone caching prototypes
authorTed Lemon <source@isc.org>
Thu, 12 Oct 2000 09:00:33 +0000 (09:00 +0000)
committerTed Lemon <source@isc.org>
Thu, 12 Oct 2000 09:00:33 +0000 (09:00 +0000)
includes/dhcpd.h
includes/minires/minires.h

index b3a60481668cbe7523a962e694095cb56f2e2dcb..37335cf7f105e260f21ca9cb8d78ef1aacdf91c9 100644 (file)
@@ -1348,6 +1348,10 @@ int dns_zone_reference PROTO ((struct dns_zone **,
 char *print_hw_addr PROTO ((int, int, unsigned char *));
 void print_lease PROTO ((struct lease *));
 void dump_raw PROTO ((const unsigned char *, unsigned));
+void dump_packet_option (struct option_cache *, struct packet *,
+                        struct lease *, struct option_state *,
+                        struct option_state *, struct binding_scope **,
+                        struct universe *, void *);
 void dump_packet PROTO ((struct packet *));
 void hash_dump PROTO ((struct hash_table *));
 char *print_hex_1 PROTO ((unsigned, const u_int8_t *, unsigned));
@@ -1835,6 +1839,7 @@ ns_rcode find_cached_zone (const char *, ns_class, char *,
                           struct dns_zone **);
 void forget_zone (struct dns_zone **);
 void repudiate_zone (struct dns_zone **);
+void cache_found_zone (ns_class, char *, struct in_addr *, int);
 #endif /* NSUPDATE */
 HASH_FUNCTIONS_DECL (dns_zone, const char *, struct dns_zone)
 
index 6a488b98d09b427561d7c869cda756ad6b966036..59b438626c760c03c4cfb853292aca168d7f8a8e 100644 (file)
@@ -197,6 +197,7 @@ ns_rcode find_cached_zone (const char *, ns_class, char *,
 int find_tsig_key (ns_tsig_key **, const char *, void *);
 int forget_zone (void *);
 int repudiate_zone (void *);
+void cache_found_zone (ns_class, char *, struct in_addr *, int);
 
 #define DprintQ(a,b,c,d)
 #define Dprint(a,b)