@@ -0,0 +1,14 @@
#ifndef _B_TREE_H_
#define _B_TREE_H_
#include "../object.h"
#include <blue/core/queue.h>
#include <blue/ds/tree.h>
struct b_tree {
struct b_dsref t_base;
struct b_tree_node *t_root;
};
#endif
The note is not visible to the blocked user.