2
0
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:
David Lawrence
2000-04-26 17:06:44 +00:00
parent 8e04f382b6
commit b5dbab9c3f
2 changed files with 3 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;