afc_nodemaster_is_empty

Name

afc_nodemaster_is_empty  -- Checks for empty list

Synopsis

short afc_nodemaster_is_empty (NodeMaster * nm);

Description

Use this command to check whether the list is empty or not.

Inputs

nm

Pointer to a vaalid NodeMaster class.

Result

TRUE

List is empty

FALSE

At least one item is present.

See Also