SilcTreeHeader
NAME
typedef struct SilcTreeHeaderStruct SilcTreeHeader;
DESCRIPTION
This structure must be present in each context that is added to the tree. The structure can be at any place in the context.
EXAMPLE
// Structure that is going to be added to tree
typedef struct {
SilcTreeHeader header;
char *name;
int id;
} FooEntry;