This commit is contained in:
Bob Halley
1998-11-16 23:17:42 +00:00
parent 4095b36415
commit 3a6c3beafc

View File

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