Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/include/dns/sdb.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/lib/dns/include/dns/sdb.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/external/mpl/bind/dist/lib/dns/include/dns/sdb.h 2021/02/19 16:42:16 1.5 +++ src/external/mpl/bind/dist/lib/dns/include/dns/sdb.h 2022/09/23 12:15:30 1.6 @@ -1,8 +1,10 @@ -/* $NetBSD: sdb.h,v 1.5 2021/02/19 16:42:16 christos Exp $ */ +/* $NetBSD: sdb.h,v 1.6 2022/09/23 12:15:30 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * + * SPDX-License-Identifier: MPL-2.0 + * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at https://mozilla.org/MPL/2.0/. @@ -54,14 +56,14 @@ typedef struct dns_sdblookup dns_sdblook typedef struct dns_sdballnodes dns_sdballnodes_t; typedef isc_result_t (*dns_sdblookupfunc_t)(const char *zone, const char *name, - void * dbdata, - dns_sdblookup_t * lookup, + void *dbdata, + dns_sdblookup_t *lookup, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo); -typedef isc_result_t (*dns_sdblookup2func_t)(const dns_name_t * zone, - const dns_name_t * name, - void * dbdata, - dns_sdblookup_t * lookup, +typedef isc_result_t (*dns_sdblookup2func_t)(const dns_name_t *zone, + const dns_name_t *name, + void *dbdata, + dns_sdblookup_t *lookup, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo);