afc_nodemaster_clear

Name

afc_nodemaster_clear  -- Clears all NodeMaster list elements

Synopsis

int afc_nodemaster_clear (NodeMaster * nm);

Description

Use this command to clear all items in the list.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

The list will be completely empty. Eventually, the array memory is freed as well.

See Also