mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 02:49:59 -04:00
update
This commit is contained in:
parent
4095b36415
commit
3a6c3beafc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
typedef struct RBT_NODE *RBT_NODE_T;
|
||||
|
||||
RBT_NODE_T RBT_SEARCH(RBT_NODE_T, RBT_KEY_T);
|
||||
void RBT_INSERT(RBT_NODE_T, RBT_NODE_T *);
|
||||
RBT_NODE_T RBT_SEARCH(RBT_NODE_T, RBT_KEY_T);
|
||||
void RBT_PRINT(RBT_NODE_T);
|
||||
|
|
|
|||
Loading…
Reference in a new issue