in_puppet_get_root_node

Gets the root node of the puppet.

version(IN_DYNLIB)
export extern (C) @nogc
in_puppet_get_root_node

Parameters

self in_puppet_t*

The puppet object.

Return Value

Type: in_node_t*

The root node of the puppet, or null on failure.

Meta