2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 13:08:06 +00:00

fix, take II

This commit is contained in:
Michael Graff 1999-10-25 21:40:56 +00:00
parent 11efdeb076
commit fbcf7bc351
2 changed files with 2 additions and 2 deletions

View File

@ -1004,7 +1004,7 @@ destroy(dns_adb_t *adb)
*/
isc_result_t
dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *taskmgr,
dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *timermgr,
isc_taskmgr_t *taskmgr, dns_adb_t **newadb)
{
dns_adb_t *adb;

View File

@ -186,7 +186,7 @@ struct dns_adbaddrinfo {
isc_result_t
dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *tmgr,
dns_adb_t **newadb);
isc_taskmgr_t *taskmgr, dns_adb_t **newadb);
/*
* Create a new ADB.
*