mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
typedef isc_ondestroy_t moved to <isc/types.h>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user