kent: add root node
This commit is contained in:
parent
190eedd842
commit
48c8961f07
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct kent *kent_root;
|
||||
|
||||
int kent_init(struct kent *parent, struct kent *kent)
|
||||
{
|
||||
int ret = 0;
|
||||
|
|
Loading…
Reference in a new issue