diff options
Diffstat (limited to 'usr.sbin/unbound/util/edns.h')
-rw-r--r-- | usr.sbin/unbound/util/edns.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.sbin/unbound/util/edns.h b/usr.sbin/unbound/util/edns.h index 11742eb5b72..d9ded0b84dc 100644 --- a/usr.sbin/unbound/util/edns.h +++ b/usr.sbin/unbound/util/edns.h @@ -106,16 +106,4 @@ struct edns_string_addr* edns_string_addr_lookup(rbtree_type* tree, struct sockaddr_storage* addr, socklen_t addrlen); -/** - * Apply common EDNS options. - * - * @param edns_out: initialised edns information with outbound edns. - * @param edns_in: initialised edns information with received edns. - * @param cfg: configuration. - * @param c: comm channel. - * @param region: the region to allocate the edns options in. - */ -int apply_edns_options(struct edns_data* edns_out, struct edns_data* edns_in, - struct config_file* cfg, struct comm_point* c, struct regional* region); - #endif |