Name
afc_nodemaster_insert -- Inserts a new item in the current list position
Synopsis
void *
afc_nodemaster_insert
(NodeMaster * nm, void * data);
Description
Use this command to add an object AFTER the current node.
Inputs
- nm
Pointer to a valid NodeMaster class.
- data
Data you want to add.
Result
the data you have just added or NULL if an error occurred.