Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b5dbab9c
Commit
b5dbab9c
authored
Apr 26, 2000
by
David Lawrence
Browse files
typedef isc_ondestroy_t moved to <isc/types.h>
parent
8e04f382
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/ondestroy.h
View file @
b5dbab9c
...
...
@@ -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
);
...
...
lib/isc/include/isc/types.h
View file @
b5dbab9c
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment