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
ad883ba0
Commit
ad883ba0
authored
Feb 22, 1999
by
Mark Andrews
Browse files
Protect from multiple calls by #ifndef/#define/#endif.
parent
50a266dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/rbt.h
View file @
ad883ba0
...
...
@@ -15,6 +15,8 @@
* SOFTWARE.
*/
#ifndef DNS_RBT_H
#define DNS_RBT_H 1
#include
<isc/result.h>
#include
<isc/mem.h>
...
...
@@ -159,3 +161,5 @@ void dns_rbt_printall(dns_rbt_t *rbt);
dns_result_t
dns_rbt_create
(
isc_mem_t
*
mctx
,
void
(
*
deleter
)(
void
*
,
void
*
),
void
*
arg
,
dns_rbt_t
**
rbtp
);
void
dns_rbt_destroy
(
dns_rbt_t
**
rbtp
);
#endif
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