afc_nodemaster_get

Name

afc_nodemaster_get  -- Get the current element

Synopsis

struct Node *afc_nodemaster_get (NodeMaster * nm);

Description

Use this command to get a pointer to the current node.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

the current list node, or NULL if the list is empty.

See Also