mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:39:59 -04:00
[master] update contrib/dlz README
This commit is contained in:
parent
a28f8028dc
commit
5b1fe44f1e
1 changed files with 3 additions and 1 deletions
|
|
@ -144,7 +144,9 @@ are mandatory, others optional).
|
|||
Optional. If supplied, this will be called when the driver is
|
||||
unloaded.
|
||||
|
||||
- isc_result_t dlz_findzonedb(void *dbdata, const char *name);
|
||||
- isc_result_t dlz_findzonedb(void *dbdata, const char *name,
|
||||
dns_clientinfomethods_t *methods,
|
||||
dns_clientinfo_t *clientinfo);
|
||||
|
||||
Required for all external DLZ modules. This indicates whether
|
||||
the DLZ module can answer for the given name. Returns ISC_R_SUCCESS
|
||||
|
|
|
|||
Loading…
Reference in a new issue