kent: add root node

This commit is contained in:
Felix Kopp 2021-01-04 15:00:19 +01:00
parent 190eedd842
commit 48c8961f07
No known key found for this signature in database
GPG key ID: C478BA0A85F75728

View file

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