afc_nodemaster_succ

Name

afc_nodemaster_succ  -- Moves to the next item in list

Synopsis

void * afc_nodemaster_succ (NodeMaster * nm);

Description

Use this command to position current node to the next one in list.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

Data stored in the next node, or NULL if it was the last node.

See Also