mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
typedef isc_ondestroy_t moved to <isc/types.h>
This commit is contained in:
parent
8e04f382b6
commit
b5dbab9c3f
2 changed files with 3 additions and 2 deletions
|
|
@ -68,10 +68,10 @@ ISC_LANG_BEGINDECLS
|
|||
* see dns/zone.c for an ifdef'd-out example.
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
struct isc_ondestroy {
|
||||
unsigned int magic;
|
||||
isc_eventlist_t events;
|
||||
} isc_ondestroy_t;
|
||||
};
|
||||
|
||||
void
|
||||
isc_ondestroy_init(isc_ondestroy_t *ondest);
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ typedef struct isc_logmodule isc_logmodule_t;
|
|||
typedef struct isc_mem isc_mem_t;
|
||||
typedef struct isc_mempool isc_mempool_t;
|
||||
typedef struct isc_msgcat isc_msgcat_t;
|
||||
typedef struct isc_ondestroy isc_ondestroy_t;
|
||||
typedef struct isc_netaddr isc_netaddr_t;
|
||||
typedef struct isc_region isc_region_t;
|
||||
typedef unsigned int isc_result_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue