2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

dns_adbhandle_t -> dns_adbfind_t

This commit is contained in:
Michael Graff
1999-10-29 18:07:32 +00:00
parent b84463c2f7
commit 2992344aac
4 changed files with 44 additions and 43 deletions

View File

@@ -44,7 +44,7 @@ typedef struct client client_t;
struct client {
dns_name_t name;
ISC_LINK(client_t) link;
dns_adbhandle_t *handle;
dns_adbfind_t *handle;
};
isc_mem_t *mctx;